From 0e4d75ce75c5fa5621902da4104e0717694233af Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 2 Sep 2018 21:14:44 +0000 Subject: biblatex-anonymous (2sep18) git-svn-id: svn://tug.org/texlive/trunk@48548 c570f23f-e606-0410-a88d-b1316a301751 --- .../biblatex-anonymous/biblatex-anonymous.sty | 28 ++++++++++------------ 1 file changed, 13 insertions(+), 15 deletions(-) (limited to 'Master/texmf-dist/tex/latex/biblatex-anonymous') 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 c64eb651547..a703ba40c53 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/11/19 v2.6.1 Manage anonymous works with biblatex] +\ProvidesPackage{biblatex-anonymous}[2018/09/02 v2.6.2 Manage anonymous works with biblatex] %1. Just execute bibliographic option for some entries type \ExecuteBibliographyOptions[% @@ -97,21 +97,19 @@ \bbx@anonymous@sorting } -\AtEndPreamble{ - \ifundef{\bbx@manuscripts@sorting}{}% - { - \DeclareSortingTemplate{anonymous+manuscripts}{ - \sort{ - \field{presort} - } - \sort[final]{ - \field{sortkey} - } - \bbx@anonymous@sorting - \bbx@manuscripts@sorting - } +\ifundef{\bbx@manuscripts@sorting}{}% + { + \DeclareSortingTemplate{anonymous+manuscripts}{ + \sort{ + \field{presort} } -} + \sort[final]{ + \field{sortkey} + } + \bbx@anonymous@sorting + \bbx@manuscripts@sorting + } + } %%3.1 And so, prevent the spurious space in case of \cites command %%% Hack suggested on https://github.com/plk/biblatex/issues/285#issuecomment-226918950 -- cgit v1.2.3