diff options
author | Karl Berry <karl@freefriends.org> | 2016-12-11 22:31:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-12-11 22:31:44 +0000 |
commit | 72b09a95e33b49273735d86bd57a872cb6b77c92 (patch) | |
tree | 680667548afea02806b30f7fc4c925b65023d94a /Master/texmf-dist/tex/latex/biblatex/biblatex.def | |
parent | 64f881b450c082430ef002e49f064817de27288a (diff) |
biblatex (11dec16)
git-svn-id: svn://tug.org/texlive/trunk@42680 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex/biblatex.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex/biblatex.def | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex/biblatex.def b/Master/texmf-dist/tex/latex/biblatex/biblatex.def index b9b58f756de..653677f34e4 100644 --- a/Master/texmf-dist/tex/latex/biblatex/biblatex.def +++ b/Master/texmf-dist/tex/latex/biblatex/biblatex.def @@ -394,9 +394,11 @@ \DeclareFieldFormat [suppbook,suppcollection,suppperiodical] {citetitle}{#1} -% labelyear can be a localisation string to allow for "no date" etc. +% label{end}year can be a localisation string to allow for "no date" etc. \DeclareFieldFormat{labelyear}{% = the '1995' part in 'Jones 1995a' - \ifbibstring{#1}{\bibstring{#1}}{#1}} + \ifbibstring{#1}{\bibstring{#1}}{\mkyearzeros{#1}}} +\DeclareFieldFormat{labelendyear}{% = the '1995' part in 'Jones 1995a' + \ifbibstring{#1}{\bibstring{#1}}{\mkyearzeros{#1}}} % If labeldatesource is a defined field, they % Don't check labelyear directly as it is already processed into a range with markers % and so is never nums due to unexpandable parts of labelyear determination @@ -436,7 +438,7 @@ \DeclareFieldFormat{doi}{% \mkbibacro{DOI}\addcolon\space \ifhyperref - {\href{http://dx.doi.org/#1}{\nolinkurl{#1}}} + {\href{https://doi.org/#1}{\nolinkurl{#1}}} {\nolinkurl{#1}}} \DeclareFieldFormat{edition}{% \ifinteger{#1} |