[OS X TeX] Creating a glossar

Christian Burk maillists at gmx.de
Mon Jan 29 04:37:14 EST 2007


Am 28.01.2007 um 14:41 schrieb Herbert Schulz:

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

Thanks Herb the complete engine for the BibTeX works great with the  
following structure:

-----
#!/bin/tcsh
pdflatex "$1"

set filename = "$1"
set glsname = "${filename:r}"
bibtex "$glsname"

pdflatex "$1"
pdflatex "$1"
-----

Thanks again
Christian

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