From 47c882f2f1efa46d1606276ba0dc90afadc42e85 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 6 Dec 2018 12:38:11 +0100 Subject: Auditor reports generation. Fix '??'-rendered references in the PDF (by invoking 'pdflatex' twice). --- buildbot/make_auditor_reports.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildbot') diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh index d7e7c74..b7c5e86 100755 --- a/buildbot/make_auditor_reports.sh +++ b/buildbot/make_auditor_reports.sh @@ -36,6 +36,8 @@ python ${PWD}/render_auditor_reports.py \ cd ${HOME} pdflatex "${REPORT_FILE_NOEXT}.tex" +# Give twice to let TeX resolve the sections references. +pdflatex "${REPORT_FILE_NOEXT}.tex" # Remove garbage and set permissions. rm "${REPORT_FILE_NOEXT}.aux" -- cgit v1.2.3