CarlOrff / biblatex-archaeology

biblatex-archaeology provides a collection of style files for LaTeΧ’ biblatex bibliography package. It is designed for the use of German researchers into material culture, especially prehistorians and medieval archaeologists. Generally their bibliography styles are more or less variations of the guide lines of the Römisch-Germanische Kommission (RGK), nowithstanding of being verbose or inline styles. I tried to develop generic styles, that cover all the needs and allow for easy generation of local styles. Refer to the enclosed manual document for further details.
https://ingram-braun.net/public/programming/tex/latex-typography-prehistory-egyptology-anthropology-rgk-rgzm-dguf/#ib_campaign=biblatex-archaeology-1.4&ib_medium=repository&ib_source=profile
3 stars 0 forks source link

Upcoming changes in biblatex 3.8: extrayear and \DeclareSortingScheme #7

Closed moewew closed 6 years ago

moewew commented 7 years ago

The upcoming version 3.8 of biblatex will introduce a few more changes.

Backwards compatibility code is in place to allow styles using the old name to continue to work, but it would be appreciated if developers made the transition to the new names.

The full list of changes is at https://github.com/plk/biblatex/blob/dev/doc/latex/biblatex/CHANGES.org and https://github.com/plk/biblatex/wiki. Maybe you can make use of some of the new features.

moewew commented 7 years ago

I see that you already implemented the necessary changes in https://github.com/CarlOrff/biblatex-archaeology/commit/01e45370e27370cfa1a85431732a220682a05761

There is just one hold-out of the old naming scheme in line 10228 in the definition of labeldate+edition it still says \usebibmacro{date+extrayear}%, the new name is \usebibmacro{date+extradate}%.

CarlOrff commented 6 years ago

Fixed! Thank you very much!