From abdea6abd27d0a663c2e8cb562aab9ffc79387f7 Mon Sep 17 00:00:00 2001 From: Alex Kirhenshtein <alk@netxms.org> Date: Tue, 7 Jan 2025 13:56:36 +0200 Subject: [PATCH] LaTeX engine switched to xelatex --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index e970687..8266a15 100644 --- a/conf.py +++ b/conf.py @@ -61,6 +61,7 @@ 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',