etc/settings
changeset 72314 684f14b1e7fc
parent 72309 564012e31db1
child 72539 97f12d2c8bf2
--- a/etc/settings	Sat Sep 26 18:59:12 2020 +0200
+++ b/etc/settings	Sun Sep 27 17:02:59 2020 +0200
@@ -59,15 +59,11 @@
 ### Document preparation (cf. isabelle latex/document)
 ###
 
-ISABELLE_PDFLATEX="pdflatex -file-line-error"
+ISABELLE_PDFLATEX="lualatex --file-line-error"
 ISABELLE_BIBTEX="bibtex"
 ISABELLE_MAKEINDEX="makeindex"
 ISABELLE_EPSTOPDF="epstopdf"
 
-if [ "$ISABELLE_PLATFORM_FAMILY" = "windows" ]; then
-  ISABELLE_PDFLATEX="pdflatex -c-style-errors"
-fi
-
 
 ###
 ### Misc path settings