From b7d781c3dc3870c3d7645c5864fabac2571fbdd6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 7 Apr 2011 23:00:19 +0000 Subject: biblatex-ieee 1.0a (7apr11) git-svn-id: svn://tug.org/texlive/trunk@22015 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx | 28 +++++++++++++++++----- Master/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx | 2 +- 2 files changed, 23 insertions(+), 7 deletions(-) (limited to 'Master/texmf-dist/tex/latex/biblatex-ieee') diff --git a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx index b6b2fac567b..e834dc61f96 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}[2011/02/27 v1.0 biblatex bibliography style] +\ProvidesFile{ieee.bbx}[2011/04/07 v1.0a biblatex bibliography style] % Load the standard style to avoid copy-pasting unnecessary material \RequireBibliographyStyle{numeric-comp} @@ -96,6 +96,27 @@ {}% } +\renewbibmacro*{event+venue+date}{% + \iffieldundef{eventtitle} + {} + {% + \bibstring{presentedat}% + \printfield{eventtitle}% + }% + \ifboolexpr{ + test {\iffieldundef{venue}} + and + test {\iffieldundef{eventyear}} + } + {} + {\setunit*{\addspace}% + \printtext[parens]{% + \printfield{venue}% + \setunit*{\addcomma\space}% + \printeventdate}}% + \newunit +} + \newbibmacro*{institution+location}{% \printlist{institution}% \newunit @@ -208,10 +229,6 @@ \printfield{pages}% } -\newbibmacro*{presented-at}{% - \bibstring{presentedat}% -} - \renewbibmacro*{series+number}{% \iffieldundef{series} {} @@ -529,7 +546,6 @@ \usebibmacro{maintitle+booktitle(inproceedings)}% \midsentence \newunit\newblock - \usebibmacro{presented-at}% \usebibmacro{event+venue+date}% \newunit\newblock \usebibmacro{byeditor+others}% diff --git a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx index d61c9817ddf..35e0a7ea9dd 100644 --- a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx @@ -8,7 +8,7 @@ %% --------------------------------------------------------------- %% -\ProvidesFile{ieee.cbx}[2011/02/27 v1.0 biblatex citation style] +\ProvidesFile{ieee.cbx}[2011/04/07 v1.0a biblatex citation style] \RequireCitationStyle{numeric-comp} -- cgit v1.2.3