LaTeX engine switched to xelatex
This commit is contained in:
parent
89ecf82846
commit
abdea6abd2
1 changed files with 1 additions and 0 deletions
1
conf.py
1
conf.py
|
@ -61,6 +61,7 @@ if 'CI' in os.environ:
|
|||
html_js_files = [('https://stats.raden.solutions/script.js', {'async': 'async', 'data-website-id':'e5a25886-8178-4d34-860f-f8cb9009a7e7'})]
|
||||
|
||||
# -- Options for LaTeX output ---------------------------------------------
|
||||
latex_engine = 'xelatex'
|
||||
# 'figure_align': 'H', - to avoid image floating to next page if it does not fit
|
||||
latex_elements = {
|
||||
'papersize': 'a4paper',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue