##// END OF EJS Templates
Fixed missing latex escape
Jonathan Frederic -
Show More
@@ -109,7 +109,7 b' This template does not define a docclass, the inheriting class must define this.'
109 % Display stream ouput with coloring
109 % Display stream ouput with coloring
110 ((* block stream *))
110 ((* block stream *))
111 \begin{Verbatim}[commandchars=\\\{\}]
111 \begin{Verbatim}[commandchars=\\\{\}]
112 ((( output.text | ansi2latex )))
112 ((( output.text | escape_latex | ansi2latex )))
113 \end{Verbatim}
113 \end{Verbatim}
114 ((* endblock stream *))
114 ((* endblock stream *))
115
115
General Comments 0
You need to be logged in to leave comments. Login now