auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] Re: running xelatex instead of pdflatex


From: Ralf Angeli
Subject: Re: [AUCTeX] Re: running xelatex instead of pdflatex
Date: Sun, 18 Dec 2005 16:37:45 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

* Patrick Gundlach (2005-12-18) writes:

>> Do the documents use special LaTeX packages which could be checked in
>> `LaTeX-command-style'?
>
> \usepackage{fontspec} is currently (and will be for some time from
> now) a 100% proof that xelatex should be used. Of course, the absence
> is not a proof that xelatex shouldn't be used, but I think a test on
> the presence of fontspec should be enough.

Then something like

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

should work.

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.

-- 
Ralf




reply via email to

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