Use Lualatex instead of plain pdfatex

This commit is contained in:
TG 2025-01-27 16:22:50 +01:00 committed by senadm
parent 8893d13655
commit 213d116050
1 changed files with 2 additions and 0 deletions

View File

@ -33,3 +33,5 @@ html_theme_options = {
"titles_only": False "titles_only": False
} }
html_static_path = ['_static'] html_static_path = ['_static']
latex_engine = 'lualatex'