[OS X TeX] bibtex8 TeXShop engine
Alex Ross
alex at rosiba.com
Sun Oct 19 18:28:10 CEST 2008
On Oct 19, 2008, at 4:06 PM, Alex Hamann wrote:
> Hi,
> I am trying to set up a bibtex8-operating engine for TeXShop.
>
> this is as far as I got
>
> #!/bin/tcsh
> set path= ($path /usr/texbin /usr/local/bin)
> bibtex8 --wolfgang "$1"
you could try:
#!/bin/bash
export PATH="$PATH:/usr/texbin:/usr/local/bin"
bibtex8 --wolfgang "$(basename -s .tex $1).aux"
More information about the macostex-archives
mailing list