* Sven Bretfeld (2009-04-21) writes: > Convenient would be: > > 1. Latex > 2. Bibtex > 3. Latex > 4. View > > Is there a possibility to make Auctex aware of BibLaTeX? I think it's a > matter of making Emacs probe for the existence and timestamps of > BibLaTeX's temporary files.
One would have to extend `TeX-LaTeX-sentinel', I guess. We already have a check for .bbl files in there. A check for BibLaTeX files would likely look similar. -- Ralf _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
