##// END OF EJS Templates
Merge pull request #4328 from abhinav-upadhyay/unused-variable...
Merge pull request #4328 from abhinav-upadhyay/unused-variable Remove unused loop variable.

File last commit:

r12742:c74425a8
r12879:c2a913d3 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 *))