diff options
author | Karl Berry <karl@freefriends.org> | 2016-02-24 23:10:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-02-24 23:10:56 +0000 |
commit | b617b2172a25c44c8d07bead1a9f0a8fa111c42e (patch) | |
tree | 765a75b2af0753d9f180d56d64dd8ce8be8ac78b /Master/texmf-dist/tex/latex/biblatex-bookinarticle/biblatex-bookinarticle.sty | |
parent | 9e45aec6e75e3556a2c76de1bed599548106ab0b (diff) |
biblatex-bookinarticle (24feb16)
git-svn-id: svn://tug.org/texlive/trunk@39850 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-bookinarticle/biblatex-bookinarticle.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-bookinarticle/biblatex-bookinarticle.sty | 37 |
1 files changed, 20 insertions, 17 deletions
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}} |