mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
Update info about latex/pdf conversion
This commit is contained in:
parent
8736d7fa93
commit
f61f8de555
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user