diff options
| -rw-r--r-- | src/Text/Pandoc/PDF.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/PDF.hs b/src/Text/Pandoc/PDF.hs index 1d58721b0..521f8c14c 100644 --- a/src/Text/Pandoc/PDF.hs +++ b/src/Text/Pandoc/PDF.hs @@ -426,7 +426,7 @@ runTeXProgram program args tmpDir = do then readFileLazy logFile else return mempty let rerunWarnings = checkForRerun logContents - if not (null rerunWarnings) && runNumber < 3 + if not (null rerunWarnings) && runNumber < 4 then do report $ MakePDFInfo "Rerun needed" (T.intercalate "\n" |
