From 5204c257cf6d1326ae5250dab1afc1f3b2f637ef Mon Sep 17 00:00:00 2001 From: Michal Tuszowski Date: Sat, 16 Aug 2025 18:49:51 +0200 Subject: [PATCH] tectonic --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index 5b03712..f120878 100644 --- a/constants.py +++ b/constants.py @@ -142,7 +142,7 @@ SPECJALNE_ZIEMNIACZKI = GPT_SETTINGS[1] ASSISTANTS = {} -LATEX_TEX_ENGINE = "pdflatex" +LATEX_TEX_ENGINE = "tectonic" LATEX_MAX_COMPILE_SECONDS = 45 LATEX_MAX_ATTACH_MB = 8 LATEX_MAX_ZIP_MB = 25