[OS X TeX] Creating a glossar
Christian Burk
maillists at gmx.de
Sat Jan 27 13:45:19 EST 2007
Am 27.01.2007 um 16:26 schrieb Herbert Schulz:
>
> On Jan 27, 2007, at 9:18 AM, Christian Burk wrote:
>
>> [...]
>>
>> I created a new engine with your code and replaced the right *.gls
>> name:
>>
>> -----
>> #!/bin/sh
>> fname="`basename "$1" .tex`" # here the LaTeX file's name is given
>> pdflatex "$fname"
>> bibtex "glossar.gls" # this is the constant name!
>> pdflatex "$fname"
>> pdflatex "$fname"
>> -----
>>
>> TeXShops runs four times but the console says for the part of
>> bibtex: "I couldn't open file name `glossar.gls.aux'"
>>
>> I checked the name but that is right.
>>
>> Christian
>
> Howdy,
>
> Is it in fact a fixed name? My impression from glancing at the
> gloss manual is that the file produced when you compile myfile.tex
> is myfile.gls so the command should be
>
> bibtex "$fname".gls
>
> rather than the fixed name.
Then the same error as above-mentioned appears.
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