diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-19 22:18:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-19 22:18:50 +0000 |
commit | 37e31044d419786dbe9cc41bab3dbe72c47f98c9 (patch) | |
tree | 47a0402b5d48d96e5976f3e80242412c3d9a0f46 /Master/texmf-dist/tex/latex/biblatex-shortfields | |
parent | f6f2329d44ee10426a6c0f9022fc7daeebc1cdc0 (diff) |
biblatex-shortfields (19nov17)
git-svn-id: svn://tug.org/texlive/trunk@45858 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-shortfields')
-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} |