summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-anonymous
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-09-02 21:14:44 +0000
committerKarl Berry <karl@freefriends.org>2018-09-02 21:14:44 +0000
commit0e4d75ce75c5fa5621902da4104e0717694233af (patch)
treeba418d80d55097538a65336ad31a4528160b6198 /Master/texmf-dist/tex/latex/biblatex-anonymous
parent9583cf8867af613f1621b137c8c6d333b7a778d6 (diff)
biblatex-anonymous (2sep18)
git-svn-id: svn://tug.org/texlive/trunk@48548 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-anonymous')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty28
1 files changed, 13 insertions, 15 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 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