##// END OF EJS Templates
Added citation support to latex templates
Added citation support to latex templates

File last commit:

r12712:f70be7cc
r12738:314de84b
Show More
bw_python_style.tplx
13 lines | 370 B | text/plain | TextLexer
((= Black&white Python input/output style =))
((*- extends 'latex_base.tplx' -*))
%===============================================================================
% Input
%===============================================================================
((* block input scoped *))
\begin{verbatim}
((( cell.input | add_prompts )))
\end{verbatim}
((* endblock input *))