[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX-devel] Pass options to the TeX processor
From: |
Tassilo Horn |
Subject: |
Re: [AUCTeX-devel] Pass options to the TeX processor |
Date: |
Thu, 20 Feb 2014 08:44:22 +0100 |
User-agent: |
Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.50 (gnu/linux) |
Mosè Giordano <address@hidden> writes:
Hi!
> Any thoughts? Can I install the patch?
So far, I've always used file local variables like so for that use case:
%%% Local Variables:
%%% mode: LaTeX
%%% TeX-master: t
%%% TeX-engine: xetex
%%% TeX-engine-alist: ((xetex "XeTeX" "xetex -shell-escape
-output-driver='xdvipdfmx -V 5'" "xelatex -shell-escape
-output-driver='xdvipdfmx -V 5'" "xetex"))
%%% End:
But that's of course a bit inconvenient. `TeX-command-extra-options' is
much more convenient. So go ahead!
Bye,
Tassilo