diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-19 22:18:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-19 22:18:03 +0000 |
commit | 7e3305a45fd23b3f03eac1abad23c4cba6faa383 (patch) | |
tree | 3397c946e2533a469f08a5b6eb4ce6534e04890c /Master/texmf-dist/tex | |
parent | 70232474350cc100dc2f5c651900ad627c59f757 (diff) |
biblatex-anonymous (19nov17)
git-svn-id: svn://tug.org/texlive/trunk@45855 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty b/Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty index 847a27ad4e4..c64eb651547 100644 --- a/Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty +++ b/Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty @@ -12,7 +12,7 @@ % % The Current Maintainer of this work is Maïeul Rouquette \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{biblatex-anonymous}[2017/01/24 v2.6.0 Manage anonymous works with biblatex] +\ProvidesPackage{biblatex-anonymous}[2017/11/19 v2.6.1 Manage anonymous works with biblatex] %1. Just execute bibliographic option for some entries type \ExecuteBibliographyOptions[% @@ -62,6 +62,9 @@ ]{usebookineditor=false,useineditor=false,usemaineditor=false} \fi % 2. Sorting +\ifdef{\DeclareSortingTemplate}% + {}% + {\let\DeclareSortingTemplate\DeclareSortingScheme}% \def\bbx@anonymous@sorting{ \sort{ @@ -84,7 +87,7 @@ \literal{0000} } } -\DeclareSortingScheme{anonymous}{ +\DeclareSortingTemplate{anonymous}{ \sort{ \field{presort} } @@ -97,7 +100,7 @@ \AtEndPreamble{ \ifundef{\bbx@manuscripts@sorting}{}% { - \DeclareSortingScheme{anonymous+manuscripts}{ + \DeclareSortingTemplate{anonymous+manuscripts}{ \sort{ \field{presort} } |