Search found 2 matches

by bovic
Wed Nov 20, 2013 6:03 pm
Forum: Texmaker and TeXstudio
Topic: Generation of Bibliography Control File fails
Replies: 1
Views: 12239

Generation of Bibliography Control File fails

Argh! Right after posting I found the failure. TeXmaker lets you do stuff in a build directory. Biber doesn't know that.

Changing the TeXmaker command to this works.
pdflatex -synctex=1 -interaction=nonstopmode %.tex
biber build/%
pdflatex -synctex=1 -interaction=nonstopmode %.tex
I guess I'm ...
by bovic
Wed Nov 20, 2013 5:53 pm
Forum: Texmaker and TeXstudio
Topic: Generation of Bibliography Control File fails
Replies: 1
Views: 12239

Generation of Bibliography Control File fails

Hi there!

I'm putting this in the TeX Live forum because I am guessing this might be a package incompatibility issue.

I'm using TeXmaker with TeX Live 2013 on Windows 7, fully updated. I have looked around a lot for this issue but couldn't find a working fix. I'm using a minimal example I found ...