##// END OF EJS Templates
Add HighlightMagicsPreprocessor...
Add HighlightMagicsPreprocessor HighlightMagicsPreprocessor is in charge of detecting cells that use language extensions. It tags the cell metadata with the language used. Enable HighlightMagicsPreprocessor by default on latex and html exporters.

File last commit:

r11771:a5cc9313
r12573:e46115c2
Show More
latex_article.tplx
26 lines | 874 B | text/plain | TextLexer
((============================================================================
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>sphinx
==========================================================================))
((*- extends 'sphinx.tplx' -*))
((* set parentdocumentclass = 'article' *))
((* set documentclass = 'howto' *))
((* 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 -*))
% Diasble table of contents for howto
((* block toc *))
((* endblock toc *))