Skip to content

Commit

Permalink
Restore PDF generation
Browse files Browse the repository at this point in the history
WenSimEHRP committed Aug 22, 2024
1 parent f02999f commit 9c5aa89
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -12,5 +12,5 @@ python:
install:
- requirements: requirements.txt

# formats:
# - pdf
formats:
- pdf
9 changes: 4 additions & 5 deletions conf.py
Original file line number Diff line number Diff line change
@@ -17,11 +17,10 @@
master_doc = "index"
epub_show_urls = "footnote"

# latex_engine = 'xelatex'
# latex_use_xindy = False
# latex_elements = {
# 'preamble': '\\usepackage[UTF8]{ctex}\n',
# }
latex_engine = 'xelatex'
latex_elements = {
'preamble': '\\usepackage[UTF8]{ctex}\n',
}

myst_heading_anchors = 3

0 comments on commit 9c5aa89

Please sign in to comment.