summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-ieee
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-04-07 23:00:19 +0000
committerKarl Berry <karl@freefriends.org>2011-04-07 23:00:19 +0000
commitb7d781c3dc3870c3d7645c5864fabac2571fbdd6 (patch)
treeab8d097166d8378863f432e1aa15aae60e1c7a19 /Master/texmf-dist/tex/latex/biblatex-ieee
parentb13d26c37597dbbb0d0853e7ec1f556715ff9668 (diff)
biblatex-ieee 1.0a (7apr11)
git-svn-id: svn://tug.org/texlive/trunk@22015 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-ieee')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx28
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx2
2 files changed, 23 insertions, 7 deletions
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}