From b617b2172a25c44c8d07bead1a9f0a8fa111c42e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 24 Feb 2016 23:10:56 +0000 Subject: biblatex-bookinarticle (24feb16) git-svn-id: svn://tug.org/texlive/trunk@39850 c570f23f-e606-0410-a88d-b1316a301751 --- .../biblatex-bookinarticle.sty | 37 ++++++++++++---------- 1 file changed, 20 insertions(+), 17 deletions(-) (limited to 'Master/texmf-dist/tex/latex/biblatex-bookinarticle') diff --git a/Master/texmf-dist/tex/latex/biblatex-bookinarticle/biblatex-bookinarticle.sty b/Master/texmf-dist/tex/latex/biblatex-bookinarticle/biblatex-bookinarticle.sty index 257849909f5..71e7ba68714 100644 --- a/Master/texmf-dist/tex/latex/biblatex-bookinarticle/biblatex-bookinarticle.sty +++ b/Master/texmf-dist/tex/latex/biblatex-bookinarticle/biblatex-bookinarticle.sty @@ -12,7 +12,7 @@ % % The Current Maintainer of this work is Maïeul Rouquette \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{biblatex-bookinarticle}[2016/02/11 v1.3.0 Book in article, in incollection and in thesis with biblatex] +\ProvidesPackage{biblatex-bookinarticle}[2016/02/24 v1.3.1 Book in article, in incollection and in thesis with biblatex] % 1. The drivers \DeclareBibliographyDriver{inarticle}{% @@ -152,24 +152,27 @@ \DeclareBibliographyAlias{bookinincollection}{inincollection} \DeclareBibliographyAlias{bookinthesis}{inthesis} -\DeclareDriverSourcemap[datatype=bibtex]{ - \map{ - \step[typesource=inmastersthesis, typetarget=inthesis, final] - \step[fieldset=type, fieldvalue=mathesis] - } - \map{ - \step[typesource=inphdthesis, typetarget=inthesis, final] - \step[fieldset=type, fieldvalue=phdthesis] - } - \map{ - \step[typesource=bookinmastersthesis, typetarget=inthesis, final] - \step[fieldset=type, fieldvalue=mathesis] - } - \map{ - \step[typesource=bookinphdthesis, typetarget=inthesis, final] - \step[fieldset=type, fieldvalue=phdthesis] +\DeclareSourcemap{ + \maps[datatype=bibtex]{ + \map{ + \step[typesource=inmastersthesis, typetarget=inthesis, final] + \step[fieldset=type, fieldvalue=mathesis] + } + \map{ + \step[typesource=inphdthesis, typetarget=inthesis, final] + \step[fieldset=type, fieldvalue=phdthesis] + } + \map{ + \step[typesource=bookinmastersthesis, typetarget=inthesis, final] + \step[fieldset=type, fieldvalue=mathesis] + } + \map{ + \step[typesource=bookinphdthesis, typetarget=inthesis, final] + \step[fieldset=type, fieldvalue=phdthesis] + } } } + % 3. The formats \DeclareFieldFormat[inarticle,inincollection,inthesis]{title}{\mkbibquote{#1\isdot}} -- cgit v1.2.3