[OS X TeX] Creating a glossar

Herbert Schulz herbs at wideopenwest.com
Sun Jan 28 08:41:41 EST 2007


On Jan 28, 2007, at 3:38 AM, Christian Burk wrote:

>
> Hi Folks and thank you very much for the great help and support.
>
> Dick sent my an working engine with the following content:
>
> -----
> #!/bin/tcsh
> pdflatex "$1"
>
> set filename = "$1"
> set glsname = "${filename:r}.gls"
> bibtex "$glsname"
>
> pdflatex "$1"
> pdflatex "$1"
> -----
>
> Thanks
> Christian
>
>
> P.S. I would like to do this same procedure for the normal BibTeX,  
> where you use LaTeX > BibTeX > LaTeX > LaTeX, but I think there a  
> separate thread would be necssary.

Howdy,

Probably true but the solution is so simple I'll give it here. Leave  
off the .gls in the set glsname name:

set glsname = "${filename:r}"

:-)

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 MacOSX-TeX mailing list