From c33cac2db6aa4544a9ba06bc2550633d33b0ea67 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 6 Jun 2016 22:57:03 +0000 Subject: biblatex-anonymous (5jun16) git-svn-id: svn://tug.org/texlive/trunk@41297 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/biblatex-anonymous/biblatex-anonymous.sty | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/tex/latex/biblatex-anonymous') 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}}, -- cgit v1.2.3