* Christophe Jorssen (2010-08-12) writes: > When I C-c C-c it inside AUCTeX, the compilation fails. I think it is > because AUCTeX invokes TeX this way (found in file output) > > Running `LaTeX' on `file' with ``pdflatex -interaction=nonstopmode > "\input" file.tex'' > > I'd rather have something like > > Running `LaTeX' on `file' with ``pdflatex -interaction=nonstopmode > file.tex'' > > How can I change it?
You could add your own command to `TeX-command-list' and make it the default for the file in question. How to do this is described in (info "(auctex)Selecting a Command") <-- Type `C-x C-e' here. -- Ralf _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
