summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx14
1 files changed, 7 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 2494dc05c9b..e0e3092c47d 100644
--- a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx
@@ -8,14 +8,14 @@
%% ---------------------------------------------------------------
%%
-\ProvidesFile{ieee.bbx}[2015/03/12 v1.1k biblatex bibliography style]
+\ProvidesFile{ieee.bbx}[2016/04/16 v1.1m biblatex bibliography style]
% Load the standard style to avoid copy-pasting unnecessary material
\RequireBibliographyStyle{numeric-comp}
% Alter settings that carry through from biblatex
\ExecuteBibliographyOptions{
- firstinits,
+ giveninits,
maxnames = 999,
minnames = 3,
sorting = none
@@ -464,15 +464,15 @@
% {<process>} {<text>}
\newcommand*{\bbx@colon@search}[2]{%
- \bbx@colon@search@aux#1#2: \stop
+ \bbx@colon@search@aux#1\empty#2: \stop
}
\long\def\bbx@colon@search@aux#1#2: #3\stop{%
- #1{#2}%
+ \expandafter#1\expandafter{#2}%
\ifblank{#3}
{}
{%
: %
- \bbx@colon@search@aux#1#3\stop
+ \bbx@colon@search@aux#1\empty#3\stop
}%
}
@@ -806,7 +806,7 @@
}
%%
-%% Copyright (C) 2011-2013,2015 by
+%% Copyright (C) 2011-2013,2015,2016 by
%% Joseph Wright <joseph.wright@morningstar2.co.uk>
%%
%% It may be distributed and/or modified under the conditions of
@@ -829,4 +829,4 @@
%% biblatex-ieee-alphabetic.pdf.
%%
%%
-%% End of file `ieee.bbx'. \ No newline at end of file
+%% End of file `ieee.bbx'.