##// END OF EJS Templates
Merge pull request #4174 from minrk/markup-templates...
Merge pull request #4174 from minrk/markup-templates various issues in markdown and rst templates - remove prompts from default output - add missing HTML block - remove double-wrapping of latex - use plain-markdown indentation for code blocks (could use GFM ``` ` ` `python```) - images didn't work in either one at all - markdown extracts output closes #4024

File last commit:

r11771:a5cc9313
r12461:8c88aec6 merge
Show More
latex_book.tplx
22 lines | 794 B | text/plain | TextLexer
((============================================================================
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>sphinx
==========================================================================))
((*- extends 'sphinx.tplx' -*))
((* set parentdocumentclass = 'report' *))
((* set documentclass = 'manual' *))
((* block h1 -*))part((* endblock h1 -*))
((* block h2 -*))chapter((* endblock h2 -*))
((* block h3 -*))section((* endblock h3 -*))
((* block h4 -*))subsection((* endblock h4 -*))
((* block h5 -*))subsubsection((* endblock h5 -*))
((* block h6 -*))paragraph((* endblock h6 -*))