March 10th, 2012, 8:47 pm
QuoteOriginally posted by: lballabioIn the first pass, it collects the labels. It can't yet resolve any reference, and issues "undefined" warnings for each.In the second pass, it matches the references to the collected labels and all is well.Nothing to see here, move along.if that is the case the latex output likely will contain an explicit "Please recompile" statement at the end, right? Back in the days I remember a typical latex 'makefile' containing a line to grep for that line and automatically re-run target until it vanished. Not sure if modern IDE like Kile do that as well.