##// END OF EJS Templates
Backport PR #4136: catch javascript errors in any output...
Backport PR #4136: catch javascript errors in any output not just javascript. catches js errors appending anything to the output area, such as js in HTML (#4095). closes #4095

File last commit:

r11771:a5cc9313
r12464:25546b59
Show More
latex_book.tplx
22 lines | 794 B | text/plain | TextLexer
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.
Jonathan Frederic
Reflection of renames in template references
r11734 Inheritance: null>display_priority>sphinx
Jonathan Frederic
Split Sphinx template into sub-style templates.
r9742
==========================================================================))
Jonathan Frederic
Reflection of renames in template references
r11734 ((*- extends 'sphinx.tplx' -*))
Jonathan Frederic
Split Sphinx template into sub-style templates.
r9742
damianavila
Redo of fixing templates structure.
r11770
Jonathan Frederic
Got both of the main template formats from sphinx rendering....
r9746 ((* set parentdocumentclass = 'report' *))
((* set documentclass = 'manual' *))
Jonathan Frederic
Moved header definitions into individual sphinx doc types....
r9761
((* 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 -*))