From fafbd407b7428d1c68b2288b9e0e374c21f31d70 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sun, 28 Aug 2022 22:27:31 -0600 Subject: [PATCH] xelatex needs more runs... --- src/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Makefile b/src/Makefile index 96343f1..cda1f57 100644 --- a/src/Makefile +++ b/src/Makefile @@ -21,6 +21,13 @@ all: -no-pdf \ SNOUG.tex makeindex SNOUG + biber SNOUG + xelatex \ + -halt-on-error \ + -shell-escape \ + -interaction=nonstopmode \ + -no-pdf \ + SNOUG.tex xelatex \ -halt-on-error \ -shell-escape \