##// END OF EJS Templates
Added code to fix the math $ in the notebook so it...
Added code to fix the math $ in the notebook so it works with markdown2latex.

File last commit:

r9775:f1c1cf6b
r9776:328a2ce9
Show More
latex_sphinx_base.nbcv
12 lines | 228 B | text/plain | TextLexer
/ profile / latex_sphinx_base.nbcv
c = get_config()
# Inherit
load_subconfig('latex_base.nbcv')
# Overrides
c.ConverterTemplate.template_file='latex_sphinx_base'
c.NbconvertApp.write = True
# Set sphinx transformer options.
c.SphinxTransformer.enabled = True