[XeTeX] XeTeX and PDF Forms
Peter Dyballa
Peter_Dyballa at Web.DE
Wed Feb 6 11:37:53 CET 2008
Am 06.02.2008 um 03:25 schrieb mike leonard:
> #!/bin/tcsh
>
> set path= ($path /usr/local/teTeX/bin/powerpc-apple-darwin-current
> /usr/local/bin)
> xelatex "$1"
Start with this in Terminal:
cp ~/Library/TeXShop/Engines/XeLaTeX.engine ~/Library/TeXShop/
Engines/XeLaTeXx.engine
chmod a+x ~/Library/TeXShop/Engines/XeLaTeXx.engine
nano ~/Library/TeXShop/Engines/XeLaTeXx.engine
Nano is a quite simple text editor, you could also use pico. In it
just change the line
xelatex "$1"
to become
xelatex -output-driver=xdvipdfmx "$1"
or to this form that will emit less output
xelatex -output-driver='xdvipdfmx -E -q' "$1"
Then save the engine file and choose in TeXShop ``XeLaTeXx´´ as
typesetting engine. A modern TeXShop, some version 2.x, should
already come with a XeLaTeX-xdvipdfmx.engine.
--
Greetings
Pete
Basic, n.:
A programming language. Related to certain social diseases in
that those who have it will not admit it in polite company.
More information about the XeTeX
mailing list