summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-ieee
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-06-27 20:37:50 +0000
committerKarl Berry <karl@freefriends.org>2016-06-27 20:37:50 +0000
commit3dfeceb17846d1431ce48f9774ecef028533293e (patch)
treea6b5f8a11802d9265f8457468137000adf50676d /Master/texmf-dist/tex/latex/biblatex-ieee
parent87e1875a952ef119efff81016cd1d8d15bcd0e64 (diff)
biblatex-ieee (27jun16)
git-svn-id: svn://tug.org/texlive/trunk@41548 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-alphabetic.bbx2
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-ieee/ieee-alphabetic.cbx2
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx18
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx2
4 files changed, 12 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee-alphabetic.bbx b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee-alphabetic.bbx
index 204e3feda65..283bc4c93c0 100644
--- a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee-alphabetic.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee-alphabetic.bbx
@@ -8,7 +8,7 @@
%% ---------------------------------------------------------------
%%
-\ProvidesFile{ieee-alphabetic.bbx}[2016/05/08 v1.1n biblatex bibliography style]
+\ProvidesFile{ieee-alphabetic.bbx}[2016/06/27 v1.1o biblatex bibliography style]
\RequireBibliographyStyle{ieee}
diff --git a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee-alphabetic.cbx b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee-alphabetic.cbx
index 4f82b46a5d4..4a32f156999 100644
--- a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee-alphabetic.cbx
+++ b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee-alphabetic.cbx
@@ -8,7 +8,7 @@
%% ---------------------------------------------------------------
%%
-\ProvidesFile{ieee-alphabetic.cbx}[2016/05/08 v1.1n biblatex citation style]
+\ProvidesFile{ieee-alphabetic.cbx}[2016/06/27 v1.1o biblatex citation style]
\RequireCitationStyle{alphabetic}
diff --git a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx
index 9df78927321..0c67f7ae171 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}[2016/05/08 v1.1n biblatex bibliography style]
+\ProvidesFile{ieee.bbx}[2016/06/27 v1.1o biblatex bibliography style]
% Load the standard style to avoid copy-pasting unnecessary material
\RequireBibliographyStyle{numeric-comp}
@@ -27,8 +27,8 @@
\DeclareFieldFormat{pages}{%
\mkpageprefix[bookpagination][\mkpagegrouped]{#1}%
}
-\DeclareFieldFormat{titlecase}{\bbx@colon@search{#1}}
-\DeclareFieldFormat{sentencecase}{\bbx@colon@search{#1}}
+\DeclareFieldFormat{titlecase}{\bbx@colon@search\MakeCapital{#1}}
+\DeclareFieldFormat{sentencecase}{\bbx@colon@search\MakeSentenceCase{#1}}
\DeclareFieldFormat[online]{title}{#1\isdot}
\DeclareFieldFormat[report]{title}{\mkbibquote{#1\isdot}}
\DeclareFieldFormat{url}{\bibstring{url}\addcolon\space\url{#1}}
@@ -463,16 +463,16 @@
}
% {<process>} {<text>}
-\newcommand*{\bbx@colon@search}[1]{%
- \bbx@colon@search@aux\empty#1: \stop
+\newcommand*{\bbx@colon@search}[2]{%
+ \bbx@colon@search@aux#1\empty#2: \stop
}
-\long\def\bbx@colon@search@aux#1: #2\stop{%
- \expandafter\MakeSentenceCase\expandafter*\expandafter{#1}%
- \ifblank{#2}
+\long\def\bbx@colon@search@aux#1#2: #3\stop{%
+ \expandafter#1\expandafter{#2}%
+ \ifblank{#3}
{}
{%
: %
- \bbx@colon@search@aux\empty#2\stop
+ \bbx@colon@search@aux#1\empty#3\stop
}%
}
diff --git a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx
index 4e882faade2..527e7b482e1 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}[2016/05/08 v1.1n biblatex citation style]
+\ProvidesFile{ieee.cbx}[2016/06/27 v1.1o biblatex citation style]
\RequireCitationStyle{numeric-comp}