Hi Roussanka,

>>>>> Roussanka Loukanova <[email protected]> writes:
> The following commands work finely from the command line of Terminal, but I
> do not know how to set these options AUCTeX in Aquamacs:

> - latex > dvips (from Aquamacs and from Terminal)
> $ ps2pdf -dALLOWPSTRANSPARENCY test-file.ps

Please customize `TeX-command-list'. Type M-x customize-option RET
TeX-command-list RET and emacs displays a list with a lot of entries.
Find the entry of ps2pdf which looks like:
,----
|             Name: Ps2pdf
|             Command: ps2pdf %f
|             How: Value Menu Other: TeX-run-ps2pdf
|             ...
`----
Add your additional option at "Command:" line. Then push "Apply and
Save" button at the beginning of the buffer to save the change.

N.B. The default value of `TeX-command-list' is sometimes updated when a
new AUCTeX is released. You have to erase your customize once and
re-enable for the new default value at such occasion.

> - XeLaTeX in Terminal:
> $ xelatex -output-driver="xdvipdfmx -i dvipdfmx-unsafe.cfg -q -E"
> test-file.tex

Please use `TeX-command-extra-options' variable. You can set it by
File local variables by a section like

%%% Local Variables:
%%% TeX-command-extra-options: "-output-driver=\"xdvipdfmx -i 
dvipdfmx-unsafe.cfg -q -E\""
%%% End:

at the last of your document.

If you use that setting for every latex document, customize
`TeX-command-extra-options' itself and save it.

Regards,
Ikumi Keita

Reply via email to