##// END OF EJS Templates
Moved latex comments in to Jinja blocks so they show in the...
Moved latex comments in to Jinja blocks so they show in the compile file. Added Jinja macro to make sure input text does not screw up latex. Added simple text output for unkown cells.

File last commit:

r9746:b09ea978
r9751:a73deec2
Show More
latex_sphinx_howto.tplx
16 lines | 548 B | text/plain | TextLexer
/ templates / tex / latex_sphinx_howto.tplx
((============================================================================
NBConvert Sphinx-Latex HowTo Template
Purpose: Allow export of PDF friendly Latex inspired by Sphinx HowTo
document style. Most of the is derived directly from Sphinx source.
Inheritance: null>display_priority>latex_base->latex_sphinx_base
==========================================================================))
((*- extends 'latex_sphinx_base.tplx' -*))
((* set parentdocumentclass = 'article' *))
((* set documentclass = 'howto' *))