##// END OF EJS Templates
add stdout flag and description in help
add stdout flag and description in help

File last commit:

r9625:7086bcbb
r9625:7086bcbb
Show More
latex_base.nbcv
8 lines | 244 B | text/plain | TextLexer
Matthias BUSSONNIER
use configuration file to do nice stuff
r9618 c = get_config()
Matthias BUSSONNIER
create configurable preprocessors
r9624 c.ConverterTemplate.extract_figures=True
Matthias BUSSONNIER
use configuration file to do nice stuff
r9618 c.ConverterTemplate.template_file='latex_base'
c.ConverterTemplate.tex_environement=True
Matthias BUSSONNIER
create configurable preprocessors
r9624
c.ExtractFigureTransformer.extra_ext_map={'svg':'pdf'}
Matthias BUSSONNIER
add stdout flag and description in help
r9625 c.ExtractFigureTransformer.enabled=True