##// END OF EJS Templates
Merge pull request #4656 from takluyver/nbconvert-service...
Merge pull request #4656 from takluyver/nbconvert-service Nbconvert HTTP service

File last commit:

r12742:c74425a8
r13924:0d046b44 merge
Show More
style_python.tplx
21 lines | 600 B | text/plain | TextLexer
((= Python input/output style =))
((*- extends 'latex_base.tplx' -*))
% Custom definitions
((* block definitions *))
((( super() )))
% Pygments definitions
((( resources.latex.pygments_definitions )))
((* endblock definitions *))
%===============================================================================
% Input
%===============================================================================
((* block input scoped *))
\begin{Verbatim}[commandchars=\\\{\}]
((( cell.input | highlight2latex(strip_verbatim=True) | add_prompts )))
\end{Verbatim}
((* endblock input *))