Please help me, I have no idea why this MWE does not work. I am using the TeXnicCenter.
I get the error message: Citation 'author2000' on page 1 undefined on input line 29.
\listfiles % shows used packages in a list in log file
\RequirePackage{filecontents}
\begin{filecontents*}{\jobname.bib}
@article{author2000,
author = {AuthorA},
title = {Title of Article},
journal = {Name of Journal},
year = {2000},
}
\end{filecontents*}
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[german]{babel}
\usepackage{csquotes}
\usepackage[%
style=authoryear
,backend=biber % to force biblatex to use biber
,sortlocale=de_DE
]{biblatex}
\addbibresource{\jobname.bib}
\begin{document}
hi.\autocite{author2000}
\nocite{*} % all bib entrys are printed
\printbibliography
\end{document}
geh.blg just says
[0] Config.pm:320> INFO - This is Biber 1.9
[0] Config.pm:323> INFO - Logfile is 'geh.blg'
biber gehfrom a command window and look if you are in the same situation as http://tex.stackexchange.com/questions/119471/biblatex-chicago-and-biber-not-compiling ? – egreg Sep 10 '14 at 11:08pdflatexandbiber... the citation appears in the the bibliography, without error message – Sep 10 '14 at 11:18off-topic ... question solved by comments ... blablaclosing reason in mind – Sep 10 '14 at 12:03:-)). – moewe Sep 10 '14 at 12:09