jezZiFeR wrote:
> thank you for the hint with the workaround! I would be glad if you
> could explain, where to put the script in the path. Would, on OSX,
> library>texmf>tex>latex be fine? Or has it got to be in the usr-
> folder, in temf-dist, where I also could find a bibtex-folder? Would
> it be executable then?
You have to put it in the path where the executable programs are, where ever
that is on the Mac (on Unix, it would be ~/bin/).
> As I use bibtex8 I would have to change the last line in the script,
> simply like this:
> "os.popen('bibtex8 ' + f)"?
Yes. If you need options, you can add those as well, e.g.,
os.popen('bibtex8 --wolfgang ' + f)
(the --wolfgang option is always advisable with biblatex).
Jürgen