[OS X TeX] a user-defined engine for TeXShop (was adjusting TexShop's Bibliography macro)
Peter Dyballa
Peter_Dyballa at Web.DE
Sat Mar 4 06:46:50 EST 2006
Am 04.03.2006 um 07:08 schrieb Daniel Becker:
> [Daniel-Beckers-Mac:~] daniel% chmod -R 755 ~/Library/TeXShop/Engines/
Daniel,
that's a bad example!
~/Library/TeXShop/Engines/ is a directory! OK, you use 'chmod -R' but
it too changes the directory's permissions. The correct command would
be:
chmod 755 ~/Library/TeXShop/Engines/*
or, more exact:
chmod 755 ~/Library/TeXShop/Engines/*.engine
«pdflatex --shell-escape "${fbName}"» is a bit of overhead. Here the
variable's name stands alone so it's not needed to help the tcsh
interpreter to interpret the text correctly. Here you can save the
curly braces, which are useful on this line: «makeindex -c -s
indexkorr.ist "${fbName}.idx"» because here the variable's name could
be mis-interpreted as fbName.idx.
My bibtex has no option '--shell-escape' ...
--
Mit friedvollen Grüßen
Pete
Nazionalismus ist die Religion der armen Schweine
------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
& FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
More information about the MacOSX-TeX
mailing list