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 | |
parent | f6f2329d44ee10426a6c0f9022fc7daeebc1cdc0 (diff) |
biblatex-shortfields (19nov17)
git-svn-id: svn://tug.org/texlive/trunk@45858 c570f23f-e606-0410-a88d-b1316a301751
3 files changed, 11 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-shortfields/documentation/biblatex-shortfields.pdf b/Master/texmf-dist/doc/latex/biblatex-shortfields/documentation/biblatex-shortfields.pdf Binary files differindex 7b3e74a5375..7f51e477014 100644 --- a/Master/texmf-dist/doc/latex/biblatex-shortfields/documentation/biblatex-shortfields.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-shortfields/documentation/biblatex-shortfields.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-shortfields/documentation/biblatex-shortfields.tex b/Master/texmf-dist/doc/latex/biblatex-shortfields/documentation/biblatex-shortfields.tex index e28866fef36..adc30df126e 100644 --- a/Master/texmf-dist/doc/latex/biblatex-shortfields/documentation/biblatex-shortfields.tex +++ b/Master/texmf-dist/doc/latex/biblatex-shortfields/documentation/biblatex-shortfields.tex @@ -24,8 +24,8 @@ subtitle={Using short version of fields}, email={maieul <at> maieul <dot> net}, author={Maïeul Rouquette}, - revision={1.0.0}, - date={2017/04/09}, + revision={1.0.1}, + date={2017/11/19}, url={https://git.framasoft.org/maieul/biblatex-shortfields}} % biblatex @@ -103,6 +103,9 @@ All issues can be submitted, in French or English, in the Framasoft's issues pag \begin{changelog} +\begin{release}{1.0.1}{2017-11-19} + \item Compatibility with \biblatex~3.8. +\end{release} \begin{release}{1.0.0}{2017-04-02} \item First public release. \end{release} 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} |