diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-27 20:37:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-27 20:37:50 +0000 |
commit | 3dfeceb17846d1431ce48f9774ecef028533293e (patch) | |
tree | a6b5f8a11802d9265f8457468137000adf50676d /Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx | |
parent | 87e1875a952ef119efff81016cd1d8d15bcd0e64 (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/ieee.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx | 18 |
1 files changed, 9 insertions, 9 deletions
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 }% } |