[OS X TeX] bibtex8 TeXShop engine

Alex Hamann mailinglist at alex-hamann.de
Sun Oct 19 19:54:10 CEST 2008


On 19.10.2008, at 20:23, 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
>
> Le 08-10-19 à 13:10, Peter Dyballa a écrit :
>
>>
>> Am 19.10.2008 um 16:06 schrieb Alex Hamann:
>>
>>>
>>
>
>


Hi,
After all the suggestions this actually worked for me:

#!/bin/bash
export PATH="$PATH:/usr/texbin:/usr/local/bin"
bibtex8 --wolfgang "$(basename -s .tex $1).aux"

Thanks again,

A.


More information about the macostex-archives mailing list