diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-19 22:18:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-19 22:18:37 +0000 |
commit | f6f2329d44ee10426a6c0f9022fc7daeebc1cdc0 (patch) | |
tree | 35124338b77cf370895ebf70415638005e5fae3f /Master/texmf-dist/tex/latex/biblatex-realauthor | |
parent | 5cb310c2e98659fa03df73b1e87a349fbb3b2ae5 (diff) |
biblatex-realauthor (19nov17)
git-svn-id: svn://tug.org/texlive/trunk@45857 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-realauthor')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.bbx | 11 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.dbx | 4 |
2 files changed, 9 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.bbx b/Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.bbx index 5d80a9c1b4a..1dec2eea547 100644 --- a/Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.bbx @@ -13,8 +13,11 @@ % The Current Maintainer of this work is Maïeul Rouquette % This work consists of the files realauthor.dbx, realauthor.bbx \ProvidesFile{realauthor.dbx} -[2016/10/23 v2.7.0 biblatex bibliography style (MR)] +[2017/11/19 v2.7.1 biblatex bibliography style (MR)] +\ifdef{\DeclareSortingTemplate}% + {} + {\let\DeclareSortingTemplate\DeclareSortingScheme} \ifdef{\biblatexmultipledm@bibstyle} {\RequireBibliographyStyle{\biblatexmultipledm@bibstyle}} {\RequireBibliographyStyle{verbose}} @@ -356,7 +359,7 @@ } } -\DeclareSortingScheme{realauthor}{ +\DeclareSortingTemplate{realauthor}{ \sort{ \field{presort} } @@ -380,7 +383,7 @@ \AtEndPreamble{ \ifundef{\bbx@manuscripts@sorting}{}% { - \DeclareSortingScheme{realauthor+manuscripts}{ + \DeclareSortingTemplate{realauthor+manuscripts}{ \sort{ \field{presort} } @@ -390,7 +393,7 @@ \bbx@realauthor@sorting \bbx@manuscripts@sorting } - \DeclareSortingScheme{anonymous+realauthor+manuscripts}{ + \DeclareSortingTemplate{anonymous+realauthor+manuscripts}{ \sort{ \field{presort} } diff --git a/Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.dbx b/Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.dbx index 0681bf3b3c4..829bb63df61 100644 --- a/Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.dbx +++ b/Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.dbx @@ -13,8 +13,8 @@ % The Current Maintainer of this work is Maïeul Rouquette % This work consists of the files realauthor.dbx, realauthor.bbx \ProvidesFile{realauthor.dbx} -[2016/10/23 v2.7.0 biblatex bibliography style (MR)] +[2017/11/19 v2.7.1 biblatex bibliography style (MR)] \DeclareDatamodelFields[type=list,datatype=name]{realauthor,realeditor} \DeclareDatamodelEntryfields{realauthor,realeditor} -\endinput
\ No newline at end of file +\endinput |