semprag / biblatex-sp-unified

An opinionated biblatex implementation of the Unified Stylesheet for Linguistics Journals
LaTeX Project Public License v1.3c
39 stars 13 forks source link

\printdateextralabel has been renamed to \printlabeldateextra in Biblatex 3.5 and subsequent #24

Closed adamliter closed 8 years ago

adamliter commented 8 years ago

If you look at the 3.5 release notes, you'll see:

INCOMPATIBLE CHANGE The macro \printdatelabelextra [sic] has been renamed to \printlabeldateextra in line with the naming of all other date printing macros. Please use the new name. The old one will issue a deprecation warning.

Currently, trying to compile with Biblatex 3.6 gives:

! Undefined control sequence.
<argument> \printdateextralabel 
adamliter commented 8 years ago

cc @guidovw

This needs to be fixed in biblatex-gl.bbx of the Glossa LaTeX bundle as well.

fintelkai commented 8 years ago

Thanks for the catch and the fix. Much appreciated.