Skip to content

Commit 5fb07e9

Browse files
authored
ordering latex build render priorities (#247)
1 parent 0389a1e commit 5fb07e9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lectures/_config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ sphinx:
5555
- "image/jpeg"
5656
- "text/markdown"
5757
- "text/plain"
58+
latex:
59+
- "text/latex"
60+
- "application/pdf"
61+
- "image/png"
62+
- "image/jpeg"
63+
- "text/markdown"
64+
- "text/plain"
5865
html_favicon: _static/lectures-favicon.ico
5966
html_theme: quantecon_book_theme
6067
html_static_path: ['_static']

0 commit comments

Comments
 (0)