diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-09-22 19:15:02 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-09-22 19:15:02 +0200 |
commit | f821b701f8d5ba0c1d8c642670242b41952e46e3 (patch) | |
tree | 52a6ba20d196248ee6de9b5faf14015a5e3cc786 /source | |
parent | 18eee2b2cc4dde3444ab24b6fc710c9868efc5ae (diff) |
Use xelatex (and other latex options)
Diffstat (limited to 'source')
-rw-r--r-- | source/conf.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/conf.py b/source/conf.py index 05bbc18..14d9070 100644 --- a/source/conf.py +++ b/source/conf.py @@ -58,3 +58,8 @@ html_theme = 'alabaster' # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] + +# -- Options for latex output ------------------------------------------------- + +latex_engine = 'xelatex' +latex_show_urls = 'footnote' |