I cannot, for the life of me, get biblatex's apa style to work. Other biblatex styles work fine, apa, however, does neither print a reference list, nor produce a citation at all (single output is key in boldprint). Warning "undefined references" is produced.
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[german, ngerman]{babel}
\usepackage[babel]{csquotes}
\usepackage[style=apa, backend=biber]{biblatex}
\DeclareLanguageMapping{german}{german-apa}
\begin{filecontents}{apa-test-bib.bib}
@book{Labov1972,
Address = {Philadelphia},
Author = {William Labov},
Publisher = {University of Pennsylvania Press},
Title = {Sociolinguistic Patterns},
Year = {1972}}
\end{filecontents}
\addbibresource{apa-test-bib.bib}
\begin{document}
Bla \cite{Labov1972}
\printbibliography
\end{document}
I run the newest version available of all packages. Can someone help, please? Am I just overlooking the obvious?
bibtexorbiberon the file? (You've specifiedbackend=biber, which means you need to use it to sort the references, notbibtex.) – Alan Munn Feb 09 '12 at 20:38.auxand.bcffiles etc.? If that doesn't change things can you add\listfilesto your document and add the console output to your question. – Alan Munn Feb 09 '12 at 23:27