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