From b09c37f9dec4c8f80b41e76e820b088059efca54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tanguy=20G=C3=A9r=C3=B4me?= Date: Tue, 9 Dec 2025 18:34:23 +0200 Subject: [PATCH] Fix build script to run xelatex twice --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index f24c856..4fe5772 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,4 @@ ./compress_assets.sh xelatex tassu.2025.2.tex +xelatex tassu.2025.2.tex #./compress_pdf.sh