auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX] Re: running xelatex instead of pdflatex


From: Patrick Gundlach
Subject: [AUCTeX] Re: running xelatex instead of pdflatex
Date: Sun, 18 Dec 2005 16:48:52 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

Hello Ralf,

> Then something like
>
> (add-to-list 'LaTeX-command-style
>            '("\\`fontspec\\'" "xe%(PDF)latex %S%(PDFout)"))
>
> should work.

It does, thanks a lot!

JFTR:

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


> I don't know if there is something like `xepdflatex' and if it is, if
> it can be used in PDF or DVI mode, so you will have to figure this out
> yourself.

No there isn't. there is only one 'xe' engine: xetex and only one
output: pdf. (There is a user-invisible intermediate output and xetex
converts this output to pdf at the end of the xetex run). Perhaps it
would make sense to add this to AUCTeX?

Patrick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]