diff --git a/content/tex/preprocessor.py b/content/tex/preprocessor.py index 4e0860e..891517a 100755 --- a/content/tex/preprocessor.py +++ b/content/tex/preprocessor.py @@ -190,7 +190,7 @@ def processraw(caption, instream, outstream, listingslang = 'raw'): print(source, file=outstream) print(r"\end{lstlisting}", file=outstream) except: - print("\kactlerror{Could not read source.}", file=outstream) + print(r"\kactlerror{Could not read source.}", file=outstream) def parse_include(line): line = line.strip()