From 0bac232781697b3a0f1796a6264fd68bffc4a6ee Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 18 Jun 2016 21:59:11 +0000 Subject: biblatex-anonymous (18jun16) git-svn-id: svn://tug.org/texlive/trunk@41485 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/biblatex-anonymous/biblatex-anonymous.sty | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 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 76ea5b98409..484df10f44d 100644 --- a/Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty +++ b/Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty @@ -1,4 +1,4 @@ -%% Copyright 2014 Maïeul Rouquette +%% Copyright 2014-… Maïeul Rouquette % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -12,11 +12,13 @@ % % The Current Maintainer of this work is Maïeul Rouquette \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{biblatex-anonymous}[2016/06/06 v2.2.1 Manage anonymous works with biblatex] +\ProvidesPackage{biblatex-anonymous}[2016/06/18 v2.2.2 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,userealeditor=false} - +\ExecuteBibliographyOptions[book, bookinbook, bookinarticle, bookinincollection, mvbook,inbook]{useeditor=false,usetranslator=false} +\ifdefined\ifuserealeditor + \ExecuteBibliographyOptions[book, bookinbook, bookinarticle, bookinincollection, mvbook,inbook]{userealeditor=false} +\fi % 2. Sorting \DeclareSortingScheme{anonymous}{ @@ -48,11 +50,12 @@ } %%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 +%%% Hack suggested on https://github.com/plk/biblatex/issues/285#issuecomment-226918950 +\AtEveryCitekey{\blx@initunit} %4. Tools to prevent inhering author field (require biblatex > 3.4) \ifdefined\DeclareDatafieldSet - + \DeclareDatafieldSet{author}{ \member[field=author] } -- cgit v1.2.3