[OS X TeX] bibtex8 TeXShop engine
Herbert Schulz
herbs at wideopenwest.com
Sun Oct 19 15:00:34 EDT 2008
On Oct 19, 2008, at 1:23 PM, Luis Vitorio Cargnini wrote:
> don't try with .aux us ehte basename "$1" .tex or do the following:
>
> this is my engine for nomenclaures
> lvcargnini% cat MakeNomencl.engine
> #!/bin/tcsh
>
> set path= ($path /usr/texbin /usr/local/bin)
> set filename="$1"
> set basename="${filename:r}"
> makeindex "$basename".nlo -s nomencl.ist -o "$basename".nls
>
> you can use
> set filename="$1"
> set basename="${filename:r}" for example to take only the base file
> name
>
Howdy,
Why not just use the latexmk engines since they will work with the
nomencl package out of the box and will also take care of multiple
runs of (xe/pdf)latex to resolve all references as well as take care
of bibtex runs.
Good Luck,
Herb Schulz
(herbs at wideopenwest dot com)
More information about the MacOSX-TeX
mailing list