How do I need to set up Emacs/AucTeX, so that when I type C-c, C-a
, the following sequence of commands will be run? (Note: the LaTeX file name is test.tex
.)
lualatex test
makeglossaries test
makeindex test
biber test
lualatex test
lualatex test
Ideally, if one of the generated auxiliary files is already up-to-date, the corresponding line will be automatically skipped.