Using:
Biblatex 1.4a
Biblatex-mla 0.95
Biblatex set up as follows:
\usepackage[style=mla,autocite=footnote,backref=true,backend=biber]{biblatex}
When I run XeLaTeX (XeTeX, Version 3.1415926-2.2-0.9997.4), I get an error on my first run:
! Package biblatex Error: Command '\smartcite' undefined.
The .tex file compiles fine using biblatex-chicago, and my polyglossia and csquotes declarations are fine:
\usepackage{polyglossia}
\setmainlanguage[variant=british]{english}
I'm not using \smartcite anywhere in my document (only \autocite), so I'm wondering if it's a compatibility issue.
Any ideas as to what might be going wrong?
\autocites(the multi-cite version). I'm highly confused as to why, since the last argument ofDeclareAutoCiteCommandseems to declare the multi version. – Max Apr 29 '12 at 07:16\autocites: http://tex.stackexchange.com/questions/31192/ – n.r. Mar 17 '13 at 06:31