How can I configure Emacs to run pdflatex rather than latex on a LaTeX file when I type C-c C-f (tex-file)?
|
feedback
|
|
You can do this by setting latex-run-command; see the the emacs manual. Something like this in your .emacs should do it: (setq latex-run-command "pdflatex") | |||
|
feedback
|
|
You can temporarily switch AucTeX to pdf mode with CTRLctp. To make this change permanent set
in your | |||
|
feedback
|