##// END OF EJS Templates
handle lecture test moving to lib
handle lecture test moving to lib

File last commit:

r20906:1a805ad1
r21233:01e9bda2
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.source | highlight_code(strip_verbatim=True) | add_prompts )))
\end{Verbatim}
((* endblock input *))