jmclawson / biblatex-mla

MLA-style citations and bibliographies using Biblatex
23 stars 9 forks source link

bycomposer undefined #31

Closed u-fischer closed 2 years ago

u-fischer commented 2 years ago

The following example errors in a current texlive 2021 with biblatex 3.17 and biblatex-mla v2.1a:

\documentclass{article}
\usepackage[style=mla7]{biblatex}
\addbibresource{biblatex-examples.bib}
\begin{document}
\textcite{doody}
\end{document}
! Package keyval Error: bycomposer undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.159 }
jmclawson commented 2 years ago

Thanks for catching this! The mla7 style is mostly out of date, so I don't check it as carefully, but it's worth keeping in sync. I've corrected it on GitHub and will roll it into the next version to head to CTAN.