diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-27 21:41:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-27 21:41:54 +0000 |
commit | 6f45b2761a22e0c67c2fa2872c37e01c5ed3a011 (patch) | |
tree | 13e1d4cda3391c36ea77470ed9d68489bbaf373d /Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx | |
parent | 3a9b236061da849bd1f1d270b97485acbe3716bf (diff) |
biblatex-ieee (27mar17)
git-svn-id: svn://tug.org/texlive/trunk@43620 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx index 24f24dfc77e..07ed60dd3cb 100644 --- a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx @@ -8,7 +8,7 @@ %% --------------------------------------------------------------- %% -\ProvidesFile{ieee.bbx}[2017/03/25 v1.2c biblatex bibliography style] +\ProvidesFile{ieee.bbx}[2017/03/27 v1.2d biblatex bibliography style] % Load the standard style to avoid copy-pasting unnecessary material \RequireBibliographyStyle{numeric-comp} @@ -43,6 +43,8 @@ \DeclareFieldFormat{url}{\bibstring{url}\addcolon\space\url{#1}} \DeclareFieldFormat*{volume} {\bibstring{volume}\addnbspace#1} +\DeclareFieldFormat[article,periodical]{volume} + {\bibstring{jourvol}\addnbspace#1} % Simple modifications to punctuation, etc. \renewcommand*\bibnamedash{\textemdash\textemdash} |