[XeTeX] Emacs (X11) and XeTeX

Martin Steer m.steer at coombs.anu.edu.au
Fri Feb 2 03:47:42 CET 2007


Martin Steer <m.steer at coombs.anu.edu.au> writes:

> I had a look at the auctex list, and found a nice solution. Putting
> the following expression in your .emacs (use the customization buffer
> if you prefer) will add xelatex as a command style:
>
> (add-to-list 'LaTeX-command-style
> 	     '("\\`fontspec\\'" "xelatex %S%(PDFout)"))

Actually, the following will do:

(add-to-list 'LaTeX-command-style
 	     '("\\`fontspec\\'" "xelatex"))

%S refers to source specials, %(PDFout) to output choices.

--
Martin


More information about the XeTeX mailing list