##// END OF EJS Templates
Merge pull request #5052 from ellisonbg/pager-q...
Merge pull request #5052 from ellisonbg/pager-q Add q to toggle the pager.

File last commit:

r13925:7a8be7be
r15209:07d1ed50 merge
Show More
style_python.tplx
21 lines | 594 B | text/plain | TextLexer
((= Python input/output style =))
((*- extends '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 *))