diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-shortfields/biblatex-shortfields.sty | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-shortfields/biblatex-shortfields.sty b/Master/texmf-dist/tex/latex/biblatex-shortfields/biblatex-shortfields.sty index 9359094a646..ee8f6e87528 100644 --- a/Master/texmf-dist/tex/latex/biblatex-shortfields/biblatex-shortfields.sty +++ b/Master/texmf-dist/tex/latex/biblatex-shortfields/biblatex-shortfields.sty @@ -12,7 +12,7 @@ % % The Current Maintainer of this work is Maïeul Rouquette \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{biblatex-shortfields}[2017/04/09 v1.0.0 Print unique list of short fields] +\ProvidesPackage{biblatex-shortfields}[2017/11/19 v1.0.1 Print unique list of short fields] \providecommand{\biblatex@claves}{}% % 1. Use short version of fields instead of long version \renewbibmacro*{series+number}{% @@ -37,7 +37,11 @@ % 2. Custom sorting scheme -\DeclareSortingScheme{shortfields}{ +\ifdef{\DeclareSortingTemplate}% + {}% + {\let\DeclareSortingTemplate\DeclareSortingScheme}% + +\DeclareSortingTemplate{shortfields}{ \sort{ \field{claves_definition} \field{shortjournal} |