I can no longer compile documents with the biblatex-philosophy style for the citations and references.
The document does not compile at all, and I get the following message
Undefined control sequence \ifblx@load@version@legacy
and several
Illegal parameter number in definition of \blx@defformat@d.
I have tried googling the problem, and only come across something about a year ago relating to a texlive or biblatex update.
Here is a minimal example that fails to compile:
\documentclass{article}
\usepackage[backend=biber,citestyle=philosophy-classic,bibstyle=philosophy-classic]{biblatex}
% \bibliography{References.bib}
\begin{document}
% \maketitle
Text.
\end{document}
How can I fix this to compile documents with the biblatex-philosophy style?
File: philosophy-classic.bbx 2016/11/26 v1.9 A set of styles for biblatex. Is your system up-to-date? – Ulrike Fischer Jan 24 '17 at 14:552016/11/26 v1.9ofphilosophy-classicruns in your MWE as well as an extended document without problems together withbiblatex3.7. I strongly suspect that you are using an outdated version ofbiblatex-philsophy, you need to update the package to the current version either withtlmgr(TeX live) or the 'MikTeX Update' tool in both Admin and User mode. – moewe Jan 24 '17 at 17:21