##// 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_howto.nbcv
10 lines | 307 B | text/plain | TextLexer
/ profile / latex_sphinx_howto.nbcv
c = get_config()
c.ConverterTemplate.extract_figures=True
c.ConverterTemplate.template_file='latex_sphinx_howto'
c.ConverterTemplate.tex_environement=True
c.NbconvertApp.fileext='tex'
c.NbconvertApp.write=True
c.ExtractFigureTransformer.extra_ext_map={'svg':'pdf'}
c.ExtractFigureTransformer.enabled=True