[XeTeX] [OS X TeX] Unexpected quotation marks

Herbert Schulz herbs at wideopenwest.com
Sun Jun 10 23:43:39 CEST 2007


On Jun 10, 2007, at 1:52 PM, Michael Kubovy wrote:

>
> All I need (with the proper contextual allowances made) is to know  
> how to modify XeLaTeX-xdvipdfmx so that it will do the xelatexmk  
> trick.
> *********************
> xelatex.engine:
> *********************
> #!/bin/bash
> export BIBINPUTS=${BIBINPUTS}:`kpsewhich --show-path=bib | sed -e  
> "s/\!\!//g"`
> ~/Library/TeXShop/bin/latexmk -pdf -r "$HOME/Library/TeXShop/bin/ 
> xelatexmkrc" "$1"
> *********************
> XeLaTeX-xdvipdfmx.engine:
> *********************
> #!/bin/tcsh
>
> set path= ($path /usr/texbin /usr/local/bin)
> xelatex -output-driver="xdvipdfmx -q -E" "$1"
> *********************
> _____________________________

Howdy,

As I said before, the xelatexmk.engine is set to automatically tell  
xelatex to use the xdvipdfmx output driver. Just use the xelatexmk  
engine instead of the XeLaTeX-xdvipdfmx engine. The setup for the  
xelatexmk engine is in the file ~/Library/TeXShop/bin/xelatexmkrc (~  
is the same as $HOME) and the xelatexmk engine tells latexmk to use  
that information.

Good Luck,

Herb Schulz
(herbs at wideopenwest.com)



------------------------- Helpful Info -------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
List Reminders & Etiquette: http://www.esm.psu.edu/mac-tex/list/





More information about the macostex-archives mailing list