We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2883e commit ad5e29eCopy full SHA for ad5e29e
myst.yml
@@ -25,6 +25,19 @@ project:
25
# this is too aggressive, and remove things like <module ...>
26
# that we sometimes want to show
27
output_matplotlib_strings: warn
28
+ exports:
29
+ - format: pdf
30
+ template: arxiv_two_column
31
+ output: exports/mooc-tex.pdf
32
+ - format: typst
33
+ template: https://github.com/myst-templates/plain_typst_book.git
34
+ output: exports/mooc-typst.pdf
35
+ cover: media/logo-python.svg
36
+ logo: media/logo-python.svg
37
+ logo_text: "MOOC Python"
38
+ logo_width: 10
39
+ ToC_depth: 3
40
+
41
42
site:
43
#template: book-theme
0 commit comments