Ich nutze MiKTeX (Updates sind aktuell) in Verbindung mit TeXstudio. Seit kurzem spielt mein biblatex, speziell die authoryear-Stile verrückt. Meine Recherche in diversen Foren hat mich leider nicht weitergebracht. Ich hoffe ihr habt vielleicht einen Tipp für mich.

Als Ausgabe erhalte ich sowohl mit \cite als auch mit \footcite immer nur den Titel:

Die Ausgabe in der Bibliografie ist vollständig, das Jahr wurde also offenbar korrekt gezogen:

Hier mein Minimalbeispiel:
\documentclass[ngerman]{scrartcl} \usepackage{filecontents} \begin{filecontents}{Minimalbeispiel.bib} @Book{test1, author = {Goossens, Michel and Mittelbach, Frank and Samarin, Alexander}, title = {The LaTeX Companion}, publisher = {Addison-Wesley}, location = {Reading, Mass.}, year = {1994}, } \end{filecontents} \usepackage[ngerman]{babel} \usepackage[utf8]{inputenc} \usepackage[german=quotes]{csquotes} \usepackage[backend=biber, style=authoryear]{biblatex} \addbibresource{Minimalbeispiel.bib} \begin{document} Dies ist nur ein Test.\footcite{test1} \printbibliography \end{document}
INFO - This is Biber 1.8 INFO - Logfile is 'Minimalbeispiel.blg' INFO - Reading 'Minimalbeispiel.bcf' WARN - Warning: Found biblatex control file version 2.3, expected version 2.5 [...]

Das Problem kann ich auf zwei verschiedenen Rechnern reproduzieren. Hier der Vollständigkeit halber mal meine \listfiles-Ausgabe:
*File List* scrartcl.cls 2012/07/29 v3.11b KOMA-Script document class (article) scrkbase.sty 2012/07/29 v3.11b KOMA-Script package (KOMA-Script-dependent ba sics and keyval usage) scrbase.sty 2012/07/29 v3.11b KOMA-Script package (KOMA-Script-independent basics and keyval usage) keyval.sty 1999/03/16 v1.13 key=value parser (DPC) scrlfile.sty 2012/06/15 v3.12 KOMA-Script package (loading files) tocbasic.sty 2012/04/04 v3.10b KOMA-Script package (handling toc-files) scrsize11pt.clo 2012/07/29 v3.11b KOMA-Script font size class option (11pt) typearea.sty 2012/07/29 v3.11b KOMA-Script package (type area) filecontents.sty 2011/10/08 v1.3 Create an external file from within a LaTeX document babel.sty 2008/07/08 v3.8m The Babel package bblopts.cfg 2006/07/31 v1.0 MiKTeX 'babel' configuration ngermanb.ldf 2008/07/06 v2.6n new German support from the babel system inputenc.sty 2008/03/30 v1.1d Input encoding file utf8.def 2008/04/05 v1.1m UTF-8 support for inputenc t1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc ot1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc omsenc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc csquotes.sty 2011/10/22 v5.1d context-sensitive quotations etoolbox.sty 2011/01/03 v2.1 e-TeX tools for LaTeX etex.sty 1998/03/26 v2.0 eTeX basic definition package (PEB) csquotes.def 2011/10/22 v5.1d csquotes generic definitions csquotes.cfg biblatex.sty 2013/01/10 v2.5 programmable bibliographies (PK/JW/AB) biblatex2.sty 2013/01/10 v2.5 programmable bibliographies (biber) (PK/JW/AB) kvoptions.sty 2011/06/30 v3.11 Key value format for package options (HO) ltxcmds.sty 2011/11/09 v1.22 LaTeX kernel commands for general use (HO) kvsetkeys.sty 2012/04/25 v1.16 Key value parser (HO) infwarerr.sty 2010/04/08 v1.3 Providing info/warning/error messages (HO) etexcmds.sty 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO) ifluatex.sty 2010/03/01 v1.3 Provides the ifluatex switch (HO) logreq.sty 2010/08/04 v1.0 xml request logger logreq.def 2010/08/04 v1.0 logreq spec v1.0 ifthen.sty 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC) url.sty 2006/04/12 ver 3.3 Verb mode for urls, etc. blx-dm.def authoryear.dbx biblatex-dm.cfg blx-compat.def 2013/01/10 v2.5 biblatex compatibility (PK/JW/AB) biblatex.def standard.bbx 2013/01/10 v2.5 biblatex bibliography style (PK/JW/AB) authoryear.bbx 2013/01/10 v2.5 biblatex bibliography style (PK/JW/AB) authoryear.cbx 2013/01/10 v2.5 biblatex citation style (PK/JW/AB) biblatex.cfg german.lbx 2013/01/10 v2.5 biblatex localization (PK/JW/AB) ngerman.lbx 2013/01/10 v2.5 biblatex localization (PK/JW/AB) Minimalbeispiel.bbl ***********

Beste Grüße,
Mike