##// END OF EJS Templates
Split Sphinx template into sub-style templates.
Split Sphinx template into sub-style templates.

File last commit:

r9742:e1a1bc0e
r9742:e1a1bc0e
Show More
latex_sphinx_base.nbcv
10 lines | 306 B | text/plain | TextLexer
/ profile / latex_sphinx_base.nbcv
Jonathan Frederic
Added basic Sphinx template....
r9734 c = get_config()
c.ConverterTemplate.extract_figures=True
Jonathan Frederic
Split Sphinx template into sub-style templates.
r9742 c.ConverterTemplate.template_file='latex_sphinx_base'
Jonathan Frederic
Added basic Sphinx template....
r9734 c.ConverterTemplate.tex_environement=True
c.NbconvertApp.fileext='tex'
c.NbconvertApp.write=True
c.ExtractFigureTransformer.extra_ext_map={'svg':'pdf'}
c.ExtractFigureTransformer.enabled=True