diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.pdf | bin | 59714 -> 60172 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.tex | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty | 9 |
3 files changed, 12 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.pdf b/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.pdf Binary files differindex 7a701862ea2..9fbb989d2bf 100644 --- a/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.tex b/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.tex index cdfea26e1b0..d83dde2734e 100644 --- a/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.tex +++ b/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.tex @@ -20,8 +20,8 @@ subtitle={}, email={maieul <at> maieul <dot> net}, author={Maïeul Rouquette}, - revision={2.6.0}, - date={24/01/2017}, + revision={2.6.1}, + date={19/11/2017}, url={https://github.com/maieul/biblatex-anonymous}} \begin{document} @@ -105,6 +105,10 @@ All issues can be submitted, in French or English, in the GitHub issues page\foo \begin{changelog} +\begin{release}{2.6.1}{2017-11-19} + \item Improve compatibility with biblatex 3.8. +\end{release} + \begin{release}{2.6.0}{2017-01-24} \item Add compatibility with the biblatex-morenames package. \end{release} 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} } |