From f821b701f8d5ba0c1d8c642670242b41952e46e3 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Tue, 22 Sep 2020 19:15:02 +0200 Subject: Use xelatex (and other latex options) --- source/conf.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/conf.py') 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' -- cgit v1.2.3