##// END OF EJS Templates
Set prompt_manager.width to zero for each new document to prevent misaligned Out prompts
Set prompt_manager.width to zero for each new document to prevent misaligned Out prompts

File last commit:

r12740:79db46de
r13899:1fbc5f63
Show More
style_bw_python.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 *))