##// END OF EJS Templates
Localized code into jinja macros.
Localized code into jinja macros.

File last commit:

r9761:1bef0408
r9925:90d97d8b
Show More
latex_sphinx_howto.tplx
21 lines | 830 B | text/plain | TextLexer
/ templates / tex / latex_sphinx_howto.tplx
Jonathan Frederic
Split Sphinx template into sub-style templates.
r9742 ((============================================================================
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' -*))
Jonathan Frederic
Got both of the main template formats from sphinx rendering....
r9746 ((* set parentdocumentclass = 'article' *))
((* set documentclass = 'howto' *))
Jonathan Frederic
Sphinx templates draw underlaying data from Sphinx classes.
r9745
Jonathan Frederic
Moved header definitions into individual sphinx doc types....
r9761 ((* block h1 -*))part((* endblock h1 -*))
((* block h2 -*))section((* endblock h2 -*))
((* block h3 -*))subsection((* endblock h3 -*))
((* block h4 -*))subsubsection((* endblock h4 -*))
((* block h5 -*))paragraph((* endblock h5 -*))
((* block h6 -*))subparagraph((* endblock h6 -*))