Closed PatrickMassot closed 3 years ago
AutoLaTeX detects when some references are still missed after generating the PDF file. I think that's why xelatex is launch two times after texindy. Nevertheless, I did not implement a latex launch between the bibliography and indexers. I could add that.
This feature will be added into the Python implementation of AutoLaTeX. The Perl version is frozen.
Biblatex allows to add entries into some index file each time \cite is used. Example test.tex:
with some corresponding biblio.bib:
Correct build sequence is:
autolatex misses the xelatex invocation between biber and texindy (and adds a final xelatex for some reason).