IPython Documentation

Table Of Contents

Previous topic

Module: nbconvert.exporters.html

Next topic

Module: nbconvert.exporters.markdown

This Page

Note

This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).

Module: nbconvert.exporters.latex

LaTeX Exporter class

1 Class

class IPython.nbconvert.exporters.latex.LatexExporter(config=None, extra_loaders=None, **kw)

Bases: IPython.nbconvert.exporters.templateexporter.TemplateExporter

Exports to a Latex template. Inherit from this class if your template is LaTeX based and you need custom tranformers/filters. Inherit from it if you are writing your own HTML template and need custom tranformers/filters. If you don’t need custom tranformers/filters, just change the ‘template_file’ config option. Place your template in the special “/latex” subfolder of the ”../templates” folder.