Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I've imported a tex file that works splendid on Mac OS X with TeXShop to TeXworks on a Windows XP machine (using the latest MiKTeX version). In it, I use the following commands \usepackage[backend=biber]{biblatex} and \addbibresource{MyLibrary.bib}.

However, when I run XeLaTeX I get the following error every time

Package biblatex Warning: Please (re)run Biber on the file

I've seen a lot of threads about this, but no specific solution.

share|improve this question
The most obvious cause here is a difference in version, either of Biber or of biblatex. However, we'll need an example to offer more guidance. – Joseph Wright Sep 15 '12 at 13:31
1  
The most obvious cause is that you didn't run biber. XeLaTeX will not do it on itself. – Ulrike Fischer Sep 15 '12 at 15:57
@Ulrike Fischer: And I can run biber from TeXworks? – Speldosa Sep 15 '12 at 18:38
You can add it as new tool to the list. Copy the arguments from the bibtex entry. – Ulrike Fischer Sep 17 '12 at 8:07

closed as too localized by Joseph Wright Oct 6 '12 at 21:30

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.