diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty | 8 |
1 files changed, 4 insertions, 4 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 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 |