Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).
LaTeX Exporter class
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.