From f8d14080030426e4f30229d44e8cd592e1df6e5b Mon Sep 17 00:00:00 2001 From: Marcello Seri Date: Sun, 16 Jun 2024 19:33:55 +0200 Subject: [PATCH] Update generation script Signed-off-by: Marcello Seri --- compile.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compile.sh b/compile.sh index c38c2ce..ea301d6 100644 --- a/compile.sh +++ b/compile.sh @@ -1,9 +1,9 @@ #!/bin/env bash -pdflatex --interaction=nonstopmode hm.tex -pdflatex --interaction=nonstopmode hm.tex +lualatex --interaction=nonstopmode hm.tex +lualatex --interaction=nonstopmode hm.tex bibtex hm -pdflatex --interaction=nonstopmode hm.tex +lualatex --interaction=nonstopmode hm.tex lwarpmk html lwarpmk limages bibtex hm_html