Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).
Contains writer for writing nbconvert output to PDF.
Bases: IPython.nbconvert.postprocessors.base.PostProcessorBase
Writer designed to write to PDF files
Remove temporary files created by pdflatex/bibtex.
Open the pdf in the default viewer.
Build a PDF by running pdflatex and bibtex
Run bibtex self.latex_count times.
Run command_list count times.
Parameters: | command_list : list
filename : unicode
count : int
|
---|---|
Returns: | continue : bool
|
Run pdflatex self.latex_count times.