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

labeldate has been renamed to labeldateparts in Biblatex 3.5 and subsequent #23

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 labeldate option is renamed to labeldateparts. The datelabel option is renamed to labeldate to provide consistency with all other date options. Backwards compatibility is provided and warnings will be issued.

Currently, trying to compile with Biblatex 3.6 gives:

! Package keyval Error: No value specified for labeldate.

This is because labeldate is now a key that (from the manual) "controls the format of the date field selected with \DeclareLabeldate". labeldateparts now does what labeldate used to do.

More information on TeX.SX: Why do I get the error “! Package keyval Error: No value specified for labeldate.”?

adamliter commented 8 years ago

cc @guidovw

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

fintelkai commented 8 years ago

Thanks for the catch and the fix. Much appreciated.