From 3d65a1bb288715b5643c460ce4090c7e7cc94672 2015-03-05 11:18:01 From: onesandzeroes Date: 2015-03-05 11:18:01 Subject: [PATCH] Update info about latex/pdf conversion --- diff --git a/docs/source/notebook/nbconvert.rst b/docs/source/notebook/nbconvert.rst index ff7aa6b..502de3f 100644 --- a/docs/source/notebook/nbconvert.rst +++ b/docs/source/notebook/nbconvert.rst @@ -43,21 +43,25 @@ The currently supported export formats are: * ``--to latex`` Latex export. This generates ``NOTEBOOK_NAME.tex`` file, - ready for export. You can automatically run latex on it to generate a PDF - by adding ``--post PDF``. + ready for export. - ``--template article`` (default) Latex article, derived from Sphinx's howto template. - - ``--template book`` + - ``--template report`` - Latex book, derived from Sphinx's manual template. + Latex report, providing a table of contents and chapters. - ``--template basic`` Very basic latex output - mainly meant as a starting point for custom templates. +* ``--to pdf`` + + Generates a PDF via latex. Replaces ``--to latex --post PDF``, which is deprecated. + Supports the same templates as ``--to latex``. + * ``--to slides`` This generates a Reveal.js HTML slideshow.