diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-06 22:57:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-06 22:57:03 +0000 |
commit | c33cac2db6aa4544a9ba06bc2550633d33b0ea67 (patch) | |
tree | 844974aa9d219e28c8c425b3ffd0d0898c5b9e57 /Master/texmf-dist/tex/latex/biblatex-anonymous | |
parent | 985766f184a837af9c74f1017fae3361446d28a0 (diff) |
biblatex-anonymous (5jun16)
git-svn-id: svn://tug.org/texlive/trunk@41297 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.sty | 14 |
1 files changed, 12 insertions, 2 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 7d38c3310c2..76ea5b98409 100644 --- a/Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty +++ b/Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty @@ -12,10 +12,10 @@ % % The Current Maintainer of this work is Maïeul Rouquette \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{biblatex-anonymous}[2014/10/30 v2.1.0 Manage anonymous works with biblatex] +\ProvidesPackage{biblatex-anonymous}[2016/06/06 v2.2.1 Manage anonymous works with biblatex] %1. Just execute bibliographic option for some entries type -\ExecuteBibliographyOptions[book, bookinbook, bookinarticle, bookinincollection, mvbook,inbook]{useeditor=false,usetranslator=false} +\ExecuteBibliographyOptions[book, bookinbook, bookinarticle, bookinincollection, mvbook,inbook]{useeditor=false,usetranslator=false,userealeditor=false} % 2. Sorting @@ -48,7 +48,17 @@ } %%3.1 And so, prevent the spurious space in case of \cites command +%%% Not for now, waiting from https://github.com/plk/biblatex/issues/285 +%4. Tools to prevent inhering author field (require biblatex > 3.4) +\ifdefined\DeclareDatafieldSet + + \DeclareDatafieldSet{author}{ + \member[field=author] + } + +\fi +%5. Language specific setting \DefineBibliographyStrings{french}{% byeditor = % {\ifuseeditor{dir\adddotspace}{éd\adddot}}, |