[OS X TeX] bibtex8 TeXShop engine

Herbert Schulz herbs at wideopenwest.com
Sun Oct 19 21:00:34 CEST 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)



-------------- 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