I read here that sometimes we must compile twice in order for the .aux file to allow sectioning to function properly in the typesetting process.
My question is: if we manually delete the .aux file after a successful compilation, then edit the document, then compile again, will we have bypassed the need to compile twice?
Thanks in advance.
.auxfile. So if you delete the.auxfile, you have to compile more often (since you first need to regenerate it). – Marcel Krüger Sep 23 '21 at 07:21.auxfile, you'll need (at least) two runs of LaTeX, unless you have nothing that gets written in the.auxfile. – egreg Sep 23 '21 at 07:57