diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-05 23:51:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-05 23:51:11 +0000 |
commit | 24f27b13d3ff59a9fc025ce009af154a95fd9acf (patch) | |
tree | ab567aa908a22d634c40bf2037cca0ae2f38be7f /Master/texmf-dist/tex/latex/biblatex/blx-bibtex.def | |
parent | 95108cf71ce35a8dc9cb0739da991e6c4b950f4a (diff) |
revert to biblatex 3.7, since 3.8 (and companion biber) was apparently not ready
git-svn-id: svn://tug.org/texlive/trunk@45702 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 | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex/blx-bibtex.def b/Master/texmf-dist/tex/latex/biblatex/blx-bibtex.def index 13fcee24063..a96aa733775 100644 --- a/Master/texmf-dist/tex/latex/biblatex/blx-bibtex.def +++ b/Master/texmf-dist/tex/latex/biblatex/blx-bibtex.def @@ -199,7 +199,7 @@ \protected\def\blx@bibreq#1{% \blx@auxwrite\blx@aux{}{\string\citation{#1}}} -% bibtex doesn't parse ISO8601 dates so these overrides do nothing +% bibtex doesn't parse EDTF dates so these overrides do nothing \appto\blx@blxinit{% \def\iflabeldateera#1{\@secondoftwo}% \def\iflabelenddateera#1{\@secondoftwo}% @@ -356,26 +356,6 @@ {}} {}} -\def\blx@citation@set#1#2{% - \blx@citation@entry{#1}{#2}% - \begingroup - \def\do##1{\blx@citation@entry{##1}\blx@msg@cundef}% - \expandafter\expandafter\expandafter\docsvlist - \expandafter\expandafter\expandafter{% - \csname blx@setp@\the\c@refsection @#1\endcsname}% - \endgroup} - -\def\blx@citation@inset#1#2{% - \blx@citation@entry{#1}{#2}% - \expandafter\expandafter\expandafter\blx@citation@inset@i - \expandafter\expandafter\expandafter{% - \csname blx@setc@\the\c@refsection @#1\endcsname}\blx@msg@cundef} - -\def\blx@citation@inset@i#1{% - \ifcsdef{blx@setp@\the\c@refsection @#1} - {\blx@citation@set{#1}} - {\blx@citation@entry{#1}}} - \def\blx@citation@xref#1{% \begingroup \edef\blx@tempa{blx@refp@\the\c@refsection @% @@ -443,7 +423,6 @@ % Disable some interfaces \renewrobustcmd*{\DeclareSortingScheme}[3][]{} -\renewrobustcmd*{\DeclareExtradate}[1]{} \def\blx@checkencoding{} |