diff options
author | Karl Berry <karl@freefriends.org> | 2021-01-29 23:07:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-01-29 23:07:51 +0000 |
commit | 41de5503fe65902b4c8ec39f98d31bba755132b2 (patch) | |
tree | 295300662db3d35a6518f7f99322e51494a71ef1 /Master | |
parent | 88b40fe28cf8ad53d15f707a0e4a3f99c953bb4b (diff) |
\TE@hook needed after all if hyperref, tex4ht r877
git-svn-id: svn://tug.org/texlive/trunk@57555 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht b/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht index ee59deb864d..e55cd89bac2 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht @@ -1,4 +1,4 @@ -% biblatex.4ht (2021-01-28-14:07), generated from tex4ht-4ht.tex +% biblatex.4ht (2021-01-29-14:14), generated from tex4ht-4ht.tex % Copyright 2007-2009 Eitan M. Gurari % Copyright 2009-2021 TeX Users Group % @@ -17,7 +17,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2021-01-28-14:07} +\immediate\write-1{version 2021-01-29-14:14} \def\make:blx:ver#1.#2#3\relax{% %\ifdim#1pt< 3pt \xdef\blx:ver:no{2}\else\xdef\blx:ver:no{3}\fi% @@ -58,6 +58,10 @@ {\c@secnumdepth=\sv:sec:cnt\save:section}}% } \gHAssign\bibN=0 +\@ifpackageloaded{hyperref}{}{% +\def\TE@hook{}% +} + \AtBeginDocument{% \Configure{ifthenelse}{\TE@hook} } |