[OS X TeX] Creating a glossar
Christian Burk
maillists at gmx.de
Sat Jan 27 07:53:48 EST 2007
Am 26.01.2007 um 21:50 schrieb Herbert Schulz:
>
> On Jan 26, 2007, at 2:33 PM, Christian Burk wrote:
>
>>
>> That was about the makeindex engine regarding glossary.sty, but I
>> dont see the solution for realising the command line "bibtex
>> myglossar.gls" with that solution.
>>
>> Christian"
>
> Howdy,
>
> Sigh... How about making the contents of the .engine file
>
> #!/bin/sh
> bfname=$(dirname "$1")/"`basename "$1" .tex`"
> bibtex "${bfname}".gls
>
> and follow all the other directions as in that message?
>
> Good Luck,
>
> Herb Schulz
> (herbs at wideopenwest.com)
I created an engine called "GlossarBibDesk" with the following content:
----
#!/bin/sh
bfname=$(dirname "$1")/"`basename "$1" .tex`"
bibtex "${bfname}".gls
----
and also with
----
#!/bin/sh
bfname="`basename "$1" .tex`"
bibtex "${bfname}".gls
----
But both gave me message in TeXShop that this engine has not set the
executable bit.
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