diff options
author | Karl Berry <karl@freefriends.org> | 2016-09-14 22:21:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-09-14 22:21:10 +0000 |
commit | 255f0a58d9bae0f193b4bd7d07885325f2fe8585 (patch) | |
tree | 1023130a997bd4b06c760600b892fcaa73fcaa30 /Master/texmf-dist/tex/latex/biblatex/blx-bibtex.def | |
parent | ada185c4b489c295d97a94e2a8095efa22bf711e (diff) |
biblatex (14sep16)
git-svn-id: svn://tug.org/texlive/trunk@42063 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex/blx-bibtex.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex/blx-bibtex.def | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex/blx-bibtex.def b/Master/texmf-dist/tex/latex/biblatex/blx-bibtex.def index fdc1363b419..a96aa733775 100644 --- a/Master/texmf-dist/tex/latex/biblatex/blx-bibtex.def +++ b/Master/texmf-dist/tex/latex/biblatex/blx-bibtex.def @@ -199,17 +199,24 @@ \protected\def\blx@bibreq#1{% \blx@auxwrite\blx@aux{}{\string\citation{#1}}} +% bibtex doesn't parse EDTF dates so these overrides do nothing +\appto\blx@blxinit{% + \def\iflabeldateera#1{\@secondoftwo}% + \def\iflabelenddateera#1{\@secondoftwo}% + \let\iflabeldatecirca\@secondoftwo + \let\iflabelenddatecirca\@secondoftwo + \let\iflabeldateuncertain\@secondoftwo + \let\iflabelenddateuncertain\@secondoftwo} + % {<string>} -% This mustn't be robust as it's likely to be used mainly tests and so +% This mustn't be robust as it's likely to be used mainly in tests and so % needs to be expandable \renewcommand*\rangelen[1]{% \ifblank{#1} {0}% - {% - \expandafter\blx@rangelen@range\romannumeral-`\q% + {\expandafter\blx@rangelen@range\romannumeral-`\q% #1\bibrangedash\bibrangedash&% - }% - } + }} \def\blx@rangelen@range#1\bibrangedash#2\bibrangedash#3&{% \ifblank{#3} @@ -384,7 +391,7 @@ \noexpand\iftoggle{blx@useeditor}{1}{0}:% \noexpand\iftoggle{blx@usetranslator}{1}{0}:% \noexpand\iftoggle{blx@labelalpha}{1}{0}:% - \noexpand\iftoggle{blx@labeldate}{1}{0}:% + \noexpand\iftoggle{blx@labeldateparts}{1}{0}:% \noexpand\iftoggle{blx@singletitle}{1}{0}:% \noexpand\csuse{blx@sorting@\noexpand\blx@sorting}:% \noexpand\blx@maxcitenames:% |