I am trying to use biblatex and Biber for citation. I installed MiKTeX 2.9/32bit (at first I tried 64 bit, but I have read that Biber is not included in x64). Now I want to run a simple file with one citation, but the problem is I get a PDF without the bibliography. Is there something wrong with the following? My problem is I don't get a single error message in the console.
Code: Select all
\documentclass[11pt]{scrartcl}\usepackage[backend=biber,style=authoryear, %% Zitierstil (siehe Dokumentation)natbib=true, %% Bereitstellen von natbib-kompatiblen Zitierkommandoshyperref=true, %% hyperref-Paket verwenden, um Links zu erstellen]{biblatex}\addbibresource{literatur.bib}\begin{document}Test\parencite{berger}\printbibliography\end{document}
Code: Select all
% This file was created with JabRef 2.9.2.% Encoding: Cp1252@BOOK{berger,title = {Der demographische Wandel : Chancen fuer die Neuordnung der Geschlechterverhaeltnisse},publisher = {Campus-Verl},year = {2006},author = {Berger, Peter A.},address = {Frankfurt am Main ua},language = {ger},shorttitle = {Der demographische Wandel}}