I use emacs+AUCTeX to write my *-tex. Using the PDF mode, I can run pdflatex automatically with the C-c C-c command. However, I don't see a way to run xelatex automatically, or even set up a command option in the drop down window. My LISP skills are very rusty, and I was wondering if someone had a tex.el patch to enable xelatex support ?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
|||
|
|
|
You could customize the Tex Command List:
There you can add a new commands to AUCTeX. Alternatively, you can directly modify your emacs init file:
|
||||
|
|
|
You can add this to your emacs.el:
And add this if you want a PDF output by default:
|
|||||
|
|
If you have AUCTeX version 11.86, you can set the local variable
You can check the version you have with
|
|||||||
|
|