summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.pdfbin320922 -> 323806 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex7
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx28
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx2
4 files changed, 28 insertions, 9 deletions
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
--- a/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.pdf
+++ b/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.pdf
Binary files 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}