diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-19 22:18:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-19 22:18:21 +0000 |
commit | 5cb310c2e98659fa03df73b1e87a349fbb3b2ae5 (patch) | |
tree | d7600484f849439bd70cd6f7b0c5ef24040e0fd1 /Master/texmf-dist/tex/latex/biblatex-bookinother/bookinother.bbx | |
parent | 7e3305a45fd23b3f03eac1abad23c4cba6faa383 (diff) |
biblatex-bookinother (19nov17)
git-svn-id: svn://tug.org/texlive/trunk@45856 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-bookinother/bookinother.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-bookinother/bookinother.bbx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-bookinother/bookinother.bbx b/Master/texmf-dist/tex/latex/biblatex-bookinother/bookinother.bbx index 73955ab0729..37776840373 100644 --- a/Master/texmf-dist/tex/latex/biblatex-bookinother/bookinother.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-bookinother/bookinother.bbx @@ -14,7 +14,7 @@ %0. Preamble \ProvidesFile{bookinother.bbx} -[2017/03/27 v2.3.0 biblatex bibliography style to have entry type for book edited in other entry type (MR)] +[2017/11/19 v2.3.1 biblatex bibliography style to have entry type for book edited in other entry type (MR)] \RequireBiber \RequirePackage{xpatch} @@ -481,12 +481,12 @@ % Inspired from biblatex.def -\DeclareFieldFormat[inarticle,bookinarticle]{series}{% series of a journal +\DeclareFieldFormat[inarticle,bookinjournal,bookinarticle]{series}{% series of a journal \ifinteger{#1} {\mkbibordseries{#1}~\bibstring{jourser}} {\ifbibstring{#1}{\bibstring{#1}}{#1}}} -\DeclareFieldFormat[inarticle,bookinarticle]{volume}{#1}% volume of a journal -\DeclareFieldFormat[inarticle,bookinarticle]{number}{#1}% number of a journal +\DeclareFieldFormat[inarticle,bookinjournal,bookinarticle]{volume}{#1}% volume of a journal +\DeclareFieldFormat[inarticle,bookinjournal,bookinarticle]{number}{#1}% number of a journal % 5. Inheritance |