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 --- .../doc/latex/biblatex-ieee/biblatex-ieee.pdf | Bin 320922 -> 323806 bytes .../doc/latex/biblatex-ieee/biblatex-ieee.tex | 7 ++++-- Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx | 28 ++++++++++++++++----- Master/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx | 2 +- 4 files changed, 28 insertions(+), 9 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.pdf b/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.pdf index fc2d6875d34..6cbe4269cbc 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.pdf and b/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.pdf differ diff --git a/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex b/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex index 61196bc6704..0cc3a2ac425 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex +++ b/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex @@ -23,8 +23,8 @@ \href{mailto:joseph.wright@morningstar2.co.uk} {\texttt{joseph.wright@morningstar2.co.uk}}}} \title{The \pkg{ieee} bibliography style for \pkg{biblatex}% - \footnote{This file describes v1.0, last revised 2011/02/27.}} -\date{Released 2011/02/15} + \footnote{This file describes v1.0a, last revised 2011/04/07.}} +\date{Released 2011/04/07} \providecommand*\pkg[1]{\textsf{#1}} @@ -67,6 +67,9 @@ be sent by e-mail to \printbibliography \changes{v1.0}{2011/02/27}{First stable release} +\changes{v1.0a}{2011/04/07}{Print \enquote{presented at} for + \texttt{inproceedings} entries only if an \texttt{eventtitle} is + available} \PrintChanges 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