diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-21 00:01:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-21 00:01:31 +0000 |
commit | 821af4794b80ce8dbc051f2a5981d9abf40b79bc (patch) | |
tree | bebbb642b0150d1381cadc484747d31c62b152c1 /Master/texmf-dist/tex/latex/biblatex-bwl | |
parent | 075c259b1e6088c32010f6f9495effaf7c3c7232 (diff) |
biblatex-bwl (19may12)
git-svn-id: svn://tug.org/texlive/trunk@26523 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-bwl')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-bwl/bwl-FU.bbx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-bwl/bwl-FU.bbx b/Master/texmf-dist/tex/latex/biblatex-bwl/bwl-FU.bbx index c0020364eab..62f0a63a1b5 100644 --- a/Master/texmf-dist/tex/latex/biblatex-bwl/bwl-FU.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-bwl/bwl-FU.bbx @@ -9,7 +9,7 @@ %% --------------------------------------------------------------- %% -\ProvidesFile{bwl-FU.bbx}[2012/05/07 v0.01 biblatex bibliography style] +\ProvidesFile{bwl-FU.bbx}[2012/05/19 v0.02 biblatex bibliography style] % Load the standard style to avoid copy-pasting unnecessary material \RequireBibliographyStyle{authoryear} @@ -29,7 +29,7 @@ \renewbibmacro*{volume+number+eid}{% \printfield{volume}% % \setunit*{\adddot}% - (\printfield{number})% + \iffieldundef{number}{}{(\printfield{number})}% \setunit{\addcomma\space}% \printfield{eid}} |