diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
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} |