##// END OF EJS Templates
Sphinx templates draw underlaying data from Sphinx classes.
Sphinx templates draw underlaying data from Sphinx classes.

File last commit:

r9745:9000e516
r9745:9000e516
Show More
latex_sphinx_manual.tplx
14 lines | 626 B | text/plain | TextLexer
/ templates / tex / latex_sphinx_manual.tplx
Jonathan Frederic
Split Sphinx template into sub-style templates.
r9742 ((============================================================================
NBConvert Sphinx-Latex Manual Template
Purpose: Allow export of PDF friendly Latex inspired by Sphinx Manual
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' -*))
((* block documentclass *))sphinxmanual((* endblock documentclass *))
Jonathan Frederic
Sphinx templates draw underlaying data from Sphinx classes.
r9745 ((* block sphinxstyle *))((* include 'sphinxmanual.cls' *))((* endblock sphinxstyle *))