##// END OF EJS Templates
Fixed typo in displaypub...
Fixed typo in displaypub Regression introduced in #4229

File last commit:

r12740:79db46de
r13904:6d7e2176
Show More
style_bw_python.tplx
13 lines | 370 B | text/plain | TextLexer
Jonathan Frederic
Added black and white python style
r12712 ((= Black&white Python input/output style =))
((*- extends 'latex_base.tplx' -*))
%===============================================================================
% Input
%===============================================================================
((* block input scoped *))
\begin{verbatim}
((( cell.input | add_prompts )))
\end{verbatim}
((* endblock input *))