##// END OF EJS Templates
Use simple verbatim in base
Jonathan Frederic -
Show More
@@ -92,14 +92,14 b' This template does not define a docclass, the inheriting class must define this.'
92
92
93 % Displaying simple data text
93 % Displaying simple data text
94 ((* block data_text *))
94 ((* block data_text *))
95 \begin{Verbatim}
95 \begin{verbatim}
96 ((( output.text | escape_latex )))
96 ((( output.text )))
97 \end{Verbatim}
97 \end{verbatim}
98 ((* endblock data_text *))
98 ((* endblock data_text *))
99
99
100 % Display python error text as-is
100 % Display python error text as-is
101 ((* block pyerr *))
101 ((* block pyerr *))
102 \begin{Verbatim}
102 \begin{Verbatim}[commandchars=\\\{\}]
103 ((( super() )))
103 ((( super() )))
104 \end{Verbatim}
104 \end{Verbatim}
105 ((* endblock pyerr *))
105 ((* endblock pyerr *))
General Comments 0
You need to be logged in to leave comments. Login now