From 1eb226764fce7a0e38a736fa2db3c71221fb0dff Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 14 Sep 2016 22:23:54 +0000 Subject: biblatex-anonymous git-svn-id: svn://tug.org/texlive/trunk@42067 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/biblatex-anonymous/biblatex-anonymous.sty | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 e5d987228f9..b3cd059fb27 100644 --- a/Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty +++ b/Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty @@ -12,12 +12,12 @@ % % The Current Maintainer of this work is Maïeul Rouquette \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{biblatex-anonymous}[2016/06/21 v2.2.2a Manage anonymous works with biblatex] +\ProvidesPackage{biblatex-anonymous}[2016/09/08 v2.3.0 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,bookininbook,bookininarticle]{useeditor=false,usetranslator=false} \ifdefined\ifuserealeditor - \ExecuteBibliographyOptions[book, bookinbook, bookinarticle, bookinincollection, mvbook,inbook]{userealeditor=false} + \ExecuteBibliographyOptions[book, bookinbook, bookinarticle, bookinincollection, mvbook,inbook,bookininbook,bookininarticle]{userealeditor=false} \fi % 2. Sorting @@ -51,7 +51,7 @@ %%3.1 And so, prevent the spurious space in case of \cites command %%% Hack suggested on https://github.com/plk/biblatex/issues/285#issuecomment-226918950 -\AtEveryCitekey{\blx@initunit} +\AtEveryCitekey{\iffieldundef{prenote}{\blx@initunit}{}} %4. Tools to prevent inhering author field (require biblatex > 3.4) \ifdefined\DeclareDatafieldSet -- cgit v1.2.3