Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release.
Export to PDF via latex
Bases: IPython.nbconvert.exporters.latex.LatexExporter
Writer designed to write to PDF files
Remove temporary files created by pdflatex/bibtex.
Run bibtex self.latex_count times.
Run command_list count times.
| Parameters: | command_list : list
filename : unicode
count : int
|
|---|---|
| Returns: | success : bool
|
Run pdflatex self.latex_count times.