* Silvo (2009-09-10) writes: > Regardless, on a somewhat unrelated note, is there some way to go > through the whole compilation process without having to > repeatedly type C-c C-c RET, C-c C-c RET and so on? Just a few > buttons and emacs decides how many times to call latex and > bibtex, etc.?
You could use something like rubber or latexmk as processor. A drawback is that the error handling in AUCTeX is only able to deal with one type of command. (See the possibilities for the third element in entries of `TeX-command-list'.) -- Ralf _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
