I'm using the latest version of MikTex, which comes with biblatex, and I can't get biblatex to work. It breaks in the preamble:
\documentclass[a4paper,12pt]{scrartcl}
\usepackage{hyperref}
\usepackage[style=authoryear]{biblatex}
\addbibresource{soarBib.bib}
\title{A title}
\subtitle{Some Subtitle}
\author{Nate Glenn}
\date{May 16, 2011}
\begin{document}
The errors are:
! Undefined control sequence.
<recently read> \addbibresource
l.5 \addbibresource
{soarBib.bib}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! LaTeX Error: Missing \begin{document}.
...
! Package biblatex Error: File 'literatureReview.bbl' not created by biblatex.
See the biblatex package documentation for explanation.
\addbibresourcewas introduced in biblatex v1.2, which was released in February 2011. (BTW, load hyperref after biblatex.) – lockstep May 17 '11 at 05:27\bibliography{soarBib}instead of\addbibresource{}– prettygully May 17 '11 at 05:43\listfiles. – Marco Daniel May 17 '11 at 06:03