[OS X TeX] bibtex8 engine and %!TEX TS-program = XeLaTeX
Alex Hamann
mailinglist at alex-hamann.de
Wed Nov 12 11:46:47 CET 2008
Hi,
as we know if you put this line on top of your TeXShop document it
will trigger the XeLaTeX engine on Cmd-T
%!TEX TS-program = XeLaTeX
Running bibtex by manually choosing it in the engines' drop-down menu
and clicking Typeset works and will call bibtex
However, I want to run Bibtex8 and have thus created a bibtex8 engine
looking like this (set this up with the help of this list, thanks again)
#!/bin/bash
export PATH="$PATH:/usr/texbin:/usr/local/bin"
bibtex8 --wolfgang "$(basename -s .tex $1).aux"
Problem is that with the TS-program defined as written above my
bibtex8 engine stopped working and it is overridden by the TS-program
setting. As I said, this will not happen with normal bibtex. How
should I modify my bibtex8 engine in order for it to work regardless
of the TS-program definition?
TIA,
Alex
-------------- next part --------------
----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: http://www.esm.psu.edu/mac-tex/list/
List Archive: http://tug.org/pipermail/macostex-archives/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex
More information about the macostex-archives
mailing list