Show More
@@ -43,21 +43,25 b' The currently supported export formats are:' | |||
|
43 | 43 | * ``--to latex`` |
|
44 | 44 | |
|
45 | 45 | Latex export. This generates ``NOTEBOOK_NAME.tex`` file, |
|
46 | ready for export. You can automatically run latex on it to generate a PDF | |
|
47 | by adding ``--post PDF``. | |
|
46 | ready for export. | |
|
48 | 47 | |
|
49 | 48 | - ``--template article`` (default) |
|
50 | 49 | |
|
51 | 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 | 56 | - ``--template basic`` |
|
58 | 57 | |
|
59 | 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 | 65 | * ``--to slides`` |
|
62 | 66 | |
|
63 | 67 | This generates a Reveal.js HTML slideshow. |
General Comments 0
You need to be logged in to leave comments.
Login now