As of today, I have not been able to build any documents using the biblatex-chicago class. MWE follows:
\documentclass{article}
\usepackage[nopar]{lipsum} % for dummy text
\usepackage[american]{babel}
\usepackage[babel]{csquotes}
\usepackage[backend=biber]{biblatex-chicago}
\begin{filecontents}{\jobname.bib}
@book{Saussure1995,
Author = {Ferdinand de Saussure},
Origyear = {1916},
Publisher = {Payot},
Title = {Cours de Linguistique G{\'e}n{\'e}rale},
Year = {1995}}
\end{filecontents}
\addbibresource{\jobname.bib}
\begin{document}
\lipsum[1]\autocite{Saussure1995}
\end{document}
Running latexmk -cd -e -f -pdf -interaction=nonstopmode -synctex=1 myfile.tex
produces the following error:
Undefined control sequence.
\cms@choose ->\ifblx@load@version@one
nty\else cms\fi
l.40 \begin{document}
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.
The MWE works without problems if I substitute biblatex for biblatex-chicago.
Any ideas? Thank you.
.aux) does not resolve the issue. Running manually breaks at step one (pdflatex), with the same error message. – BorromeanNot Mar 10 '16 at 23:21biblatexversion. :( – egreg Mar 10 '16 at 23:25biblatexversion has changed the name formatting commands in a way that will cause no errors withbiblatex-chicago, but some name definitions will be ignored silently. Do check your output for CMS compliance. – moewe Mar 16 '16 at 10:26biblatexfrom? – BorromeanNot Mar 16 '16 at 20:43