Template-Toolkit-Latex / LaTeX-Driver

Perl module to drive LaTeX
3 stars 3 forks source link

check the mechanism whereby latex (or pdflatex) is re-run #24

Open ehuelsmann opened 4 years ago

ehuelsmann commented 4 years ago

check the mechanism whereby latex (or pdflatex) is re-run if the document contains undefined references after the first run. Bibtex is re-run if undefined citations are reported by latex, and makeindex is run if the driver detects a ".idx" file. If bibtex or makeindex are run then latex (or pdflatex) are run up to three more times to allow forward references to stabilize.

ehuelsmann commented 4 years ago

This should all be coped with now but need to check on edge cases