[OS X TeX] Bibdesk choose fields and automate

Ueliisa ueliisa at gmx.net
Thu Apr 28 14:07:49 CEST 2005



This is my engine code
******************************
#!/bin/sh
bfname=$(dirname "$1")/"`basename "$1" .tex`"
pdflatex "$bfname"
bibdesk "$bfname"               <<== it looks not working and I did not 
found a doc yet
makeindex "$bfname".idx
makeindex -s "$bfname".ist -t "$bfname".glg -o "$bfname".gls 
"$bfname".glo
pdflatex "$bfname"
pdflatex "$bfname"


On 28.04.2005, at 10:50, Ueliisa wrote:

> Hi
>
> once more I looking for a solution in 2 point for bibdesk:
>
> - how I must insert bibdesk to an .engine flie to auto run it together 
> all the others
>
> - I want more fields to the bibligraphy as it shows by default.
> 	 URL, Annote, ... Is it possible?
>
> ueliisa
> --------------------- Info ---------------------
> Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
>           & FAQ: http://latex.yauh.de/faq/
> TeX FAQ: http://www.tex.ac.uk/faq
> List Post: <mailto:MacOSX-TeX at email.esm.psu.edu>
>
>

--------------------- Info ---------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
           & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Post: <mailto:MacOSX-TeX at email.esm.psu.edu>





More information about the macostex-archives mailing list