diff options
author | Karl Berry <karl@freefriends.org> | 2015-03-12 22:28:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-03-12 22:28:43 +0000 |
commit | f1f776d03550c6af252c315f2a961c187ea91df5 (patch) | |
tree | 0ca4974de48f2916b033cf4942226a882e48faaf /Master/texmf-dist/tex | |
parent | 30cb668edefed21081fac0f0dc5bb98857bbb9de (diff) |
biblatex-ieee (12mar15)
git-svn-id: svn://tug.org/texlive/trunk@36497 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
4 files changed, 24 insertions, 9 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 bdd32285962..dff2af68458 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}[2013/10/25 v1.1j biblatex bibliography style] +\ProvidesFile{ieee-alphabetic.bbx}[2015/03/12 v1.1k biblatex bibliography style] \RequireBibliographyStyle{ieee} @@ -53,7 +53,7 @@ {\item} %% -%% Copyright (C) 2011-2013 by +%% Copyright (C) 2011-2013,2015 by %% Joseph Wright <joseph.wright@morningstar2.co.uk> %% %% It may be distributed and/or modified under the conditions of 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 85349022b20..23d35f3cc8d 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}[2013/10/25 v1.1j biblatex citation style] +\ProvidesFile{ieee-alphabetic.cbx}[2015/03/12 v1.1k biblatex citation style] \RequireCitationStyle{alphabetic} @@ -45,7 +45,7 @@ } %% -%% Copyright (C) 2011-2013 by +%% Copyright (C) 2011-2013,2015 by %% Joseph Wright <joseph.wright@morningstar2.co.uk> %% %% It may be distributed and/or modified under the conditions of diff --git a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx index afa37ae46b6..2494dc05c9b 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}[2013/10/25 v1.1j biblatex bibliography style] +\ProvidesFile{ieee.bbx}[2015/03/12 v1.1k biblatex bibliography style] % Load the standard style to avoid copy-pasting unnecessary material \RequireBibliographyStyle{numeric-comp} @@ -27,7 +27,8 @@ \DeclareFieldFormat{pages}{% \mkpageprefix[bookpagination][\mkpagegrouped]{#1}% } -\DeclareFieldFormat{sentencecase}{\MakeSentenceCase{#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}} @@ -461,6 +462,20 @@ \fi } +% {<process>} {<text>} +\newcommand*{\bbx@colon@search}[2]{% + \bbx@colon@search@aux#1#2: \stop +} +\long\def\bbx@colon@search@aux#1#2: #3\stop{% + #1{#2}% + \ifblank{#3} + {} + {% + : % + \bbx@colon@search@aux#1#3\stop + }% +} + % New bibliography drivers, using the required order of fields. These % are mainly copied from standard.bbx then modified. \DeclareBibliographyDriver{article}{% @@ -791,7 +806,7 @@ } %% -%% Copyright (C) 2011-2013 by +%% Copyright (C) 2011-2013,2015 by %% Joseph Wright <joseph.wright@morningstar2.co.uk> %% %% It may be distributed and/or modified under the conditions of diff --git a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx index 748d157efd8..a06fcdab0f0 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}[2013/10/25 v1.1j biblatex citation style] +\ProvidesFile{ieee.cbx}[2015/03/12 v1.1k biblatex citation style] \RequireCitationStyle{numeric-comp} @@ -102,7 +102,7 @@ \DeclareMultiCiteCommand{\cites}{\cite}{\multicitedelim} %% -%% Copyright (C) 2011-2013 by +%% Copyright (C) 2011-2013,2015 by %% Joseph Wright <joseph.wright@morningstar2.co.uk> %% %% It may be distributed and/or modified under the conditions of |