After a clean install of Cygwin 64-bit with TeX Live 2014 (all packages), I can no longer use biblatex-chicago cleanly.
MWE:
\documentclass[]{article}
\usepackage{biblatex-chicago}
\addbibresource{biblatex-examples.bib}
\begin{document}
a~\autocite{kastenholz}.
\end{document}
This works with a clean 2013 install. Did something change, or am I doing this wrong?
First error:
! LaTeX Error: \textcitedelim undefined.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.795 \renewcommand*{\textcitedelim}
{%
Second error:
! LaTeX Error: \iffinalcitedelim undefined.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.2765 \renewcommand*{\iffinalcitedelim}
{%
biblatex-chicago. – Alan Munn Aug 08 '14 at 19:44% $Id: chicago-notes.cbx,v 0.9.7.95 2014/01/29 11:26:57 dfussner Exp $
(/usr/share/texmf-dist/tex/latex/biblatex/blx-dm.def) (/usr/share/texmf-dist/tex/latex/biblatex/blx-compat.def) (/usr/share/texmf-dist/tex/latex/biblatex/biblatex.def) (/usr/share/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.bbx) (/usr/share/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.cbx
! LaTeX Error:...
– Jon Aug 08 '14 at 19:57\listfiles: biblatex-chicago 2013/10/29 v 2.8biblatex 2014/06/25 v2.9a chicago-notes.cbx 2014/01/29 v 2.8a
biblatex2 2014/06/25 v2.9a
– Alan Munn Aug 08 '14 at 20:15Now to figure out how to update biblatex in Cygwin...
– Jon Aug 08 '14 at 21:05tlmgrwork? – Alan Munn Aug 08 '14 at 21:12texmffolder that doesn't need admin rights, so you could put it there. It needs to have the correct internal directory structure: see How to have local package override default package for an example of the structure. – Alan Munn Aug 08 '14 at 21:18biberforbiblatexif you use it. (Which is probably so withbiblatex-chicago.) – cfr Aug 09 '14 at 02:49Alan or cfr - do you want to create an answer so I can accept it and give you the credit you both deserve?
– Jon Aug 11 '14 at 17:29