diff options
author | Karl Berry <karl@freefriends.org> | 2012-12-08 17:15:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-12-08 17:15:13 +0000 |
commit | ac0067a9ffc6534a03b8c126727dbe09ba71d405 (patch) | |
tree | 2288c9a6587792001c8c935ea889937c27bb313a /Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx | |
parent | 130457728f6f5634765b617b640ee5c793c9ae6f (diff) |
biblatex-ieee (5dec12)
git-svn-id: svn://tug.org/texlive/trunk@28468 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 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx index 8abafe14943..79eb8196824 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}[2012/10/12 v1.1d biblatex bibliography style] +\ProvidesFile{ieee.bbx}[2012/12/04 v1.1e biblatex bibliography style] % Load the standard style to avoid copy-pasting unnecessary material \RequireBibliographyStyle{numeric-comp} @@ -20,7 +20,7 @@ minnames = 3, sorting = none } -\DeclareQuotePunctuation{.,} +\uspunctuation % Custom field formats \DeclareFieldFormat[patent]{number}{\mkonepagegrouped{#1}} @@ -32,6 +32,9 @@ \DeclareFieldFormat[report]{title}{\mkbibquote{#1\isdot}} \DeclareFieldFormat{url}{\bibstring{url}\addcolon\space\url{#1}} +% Brackets around labels in the bibliography +\DeclareFieldFormat{labelnumberwidth}{\mkbibbrackets{#1}} + % Simple modifications to punctuation, etc. \renewcommand*\bibnamedash{\textemdash\textemdash} \renewcommand*\intitlepunct{\addspace} |