Ich verwende TeXstudio 2.6.2 und versuche biblatex zum laufen zu bekommen. Jedoch bekomme ich immer Fehlermeldungen. Falls es relevant ist, ich habe Ubuntu 13.10.
Minimalbeispiel:
\documentclass[a4paper,12pt,english]{article}
\usepackage{babel}
\usepackage[backend=bibtex]{biblatex}
\usepackage{csquotes}
\bibliography{peer}
\begin{document}
\cite{Ammermueller2009}
\printbibliography
\end{document}
Mein Biblatex file sieht so aus:
% This file was created with JabRef 2.10b2.
% Encoding: UTF-8
@Article{Ammermueller2009,
Title = {Peer Effects in European Primary Schools: Evidence from the Progress in International Reading Literacy Study},
Author = {Andreas Ammermueller and Jörn-Steffen Pischke},
Journal = {Journal of Labor Economics},
Year = {2009}
}
Dabei gibt es dann folgende Fehlermeldungen:
line 10: Citation 'Ammermueller2009' on page 1 undefined line 12: Empty bibliography : There were undefined references. : Please (re)run BibTeX on the file(s):(biblatex) peer(biblatex) and rerun LaTeX afterwards.
Process started: bibtex "peer".aux
This is BibTeX, Version 0.99d (TeX Live 2013/Debian)
The top-level auxiliary file: peer.aux
I couldn't open style file biblatex.bst
---line 2 of file peer.aux
: \bibstyle{biblatex
: }
I'm skipping whatever remains of this command
I couldn't open database file peer.bib
---line 3 of file peer.aux
: \bibdata{peer-blx,peer
: }
I'm skipping whatever remains of this command
I found no style file---while reading file peer.aux
(There were 3 error messages)
Process exited with error(s)
Vielen Dank für eure Hilfe!

