Show More
@@ -43,21 +43,25 b' The currently supported export formats are:' | |||||
43 | * ``--to latex`` |
|
43 | * ``--to latex`` | |
44 |
|
44 | |||
45 | Latex export. This generates ``NOTEBOOK_NAME.tex`` file, |
|
45 | Latex export. This generates ``NOTEBOOK_NAME.tex`` file, | |
46 | ready for export. You can automatically run latex on it to generate a PDF |
|
46 | ready for export. | |
47 | by adding ``--post PDF``. |
|
|||
48 |
|
47 | |||
49 | - ``--template article`` (default) |
|
48 | - ``--template article`` (default) | |
50 |
|
49 | |||
51 | Latex article, derived from Sphinx's howto template. |
|
50 | Latex article, derived from Sphinx's howto template. | |
52 |
|
51 | |||
53 |
- ``--template |
|
52 | - ``--template report`` | |
54 |
|
53 | |||
55 | Latex book, derived from Sphinx's manual template. |
|
54 | Latex report, providing a table of contents and chapters. | |
56 |
|
55 | |||
57 | - ``--template basic`` |
|
56 | - ``--template basic`` | |
58 |
|
57 | |||
59 | Very basic latex output - mainly meant as a starting point for custom templates. |
|
58 | Very basic latex output - mainly meant as a starting point for custom templates. | |
60 |
|
59 | |||
|
60 | * ``--to pdf`` | |||
|
61 | ||||
|
62 | Generates a PDF via latex. Replaces ``--to latex --post PDF``, which is deprecated. | |||
|
63 | Supports the same templates as ``--to latex``. | |||
|
64 | ||||
61 | * ``--to slides`` |
|
65 | * ``--to slides`` | |
62 |
|
66 | |||
63 | This generates a Reveal.js HTML slideshow. |
|
67 | This generates a Reveal.js HTML slideshow. |
General Comments 0
You need to be logged in to leave comments.
Login now