I'm having difficulty with references printing using WinEdt + biber. The problem looks just like this post: http://sourceforge.net/projects/biblatex-biber/forums/forum/824416/topic/5413419
Unfortunately, when I re-install MikTEx the problem doesn't go away. I deleted the cache (if the cache is all the files in the folder besides the tex file) and re-installed MikTex and the problem persists.
Specifically the problem is that references are being placed in the pdf intext but no bibliography prints at the end.
I ran this script:
\documentclass[]{article}
\usepackage[autostyle]{csquotes}
\usepackage[
backend=biber,
style=authoryear-icomp,
sortlocale=de_DE,
natbib=true,
url=false,
doi=true,
eprint=false
]{biblatex}
\addbibresource{biblatex-examples.bib}
\usepackage[]{hyperref}
\hypersetup{
colorlinks=true,
}
%% ##############################
\begin{document}
Lorem ipsum dolor sit amet~\citep{kastenholz}.
At vero eos et accusam et justo duo dolores et ea rebum~\citet{sigfridsson}.
\printbibliography
\end{document}
And here's the console output:
https://dl.dropbox.com/u/61803503/CONSOLE_OUTPUT.txt
Here's the entire file I ran:
https://dl.dropbox.com/u/61803503/TEST_BIBER.zip
I don't think wWinEdt has anything to do with this. Using windows 7 machine with MikTex 2.9
C:\Users\trinker\AppData\Roaming\MiKTeX\2.9. Your attempts to update/reinstall MiKTeX are probably updating only your main tree here:C:\Program Files (x86)\MiKTeX 2.9. – Audrey Aug 16 '12 at 22:33biberin the admin tree andbiblatexin the user tree. That way, updating only one of the two trees will at some point lead to the problems described in the question. In my opinion, includingbiblatexin the admin tree in a default installation would be a good decision for future MiKTeX versions. – matth Aug 17 '12 at 08:38