texlive[60245] Master/texmf-dist: omit hyperref check from biblatex,
commits+karl at tug.org
commits+karl at tug.org
Sun Aug 15 00:07:08 CEST 2021
Revision: 60245
http://tug.org/svn/texlive?view=revision&revision=60245
Author: karl
Date: 2021-08-15 00:07:07 +0200 (Sun, 15 Aug 2021)
Log Message:
-----------
omit hyperref check from biblatex, tex4ht r973
Revision Links:
--------------
http://tug.org/svn/texlive?view=revision&revision=973
Modified Paths:
--------------
trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
trunk/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht
Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog 2021-08-14 21:09:36 UTC (rev 60244)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog 2021-08-14 22:07:07 UTC (rev 60245)
@@ -1,3 +1,8 @@
+2021-08-14 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (biblatex.4ht): don't check for Hyperref when we define
+ \TE at hook macro.
+
2021-08-12 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-ooffice.tex (ooffice.4ht): added support for SVG image inclusion.
Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex 2021-08-14 21:09:36 UTC (rev 60244)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex 2021-08-14 22:07:07 UTC (rev 60245)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 972 2021-08-12 20:24:34Z michal_h21 $
+% $Id: tex4ht-4ht.tex 973 2021-08-14 10:42:30Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2021 TeX Users Group
@@ -1985,13 +1985,30 @@
this code should try to patch ifthenelse using TeX4ht built-in
mechanism for ifthenelse.
-\<config biblatex\><<<
+We defined the hook macro depending on presence of Hyperref.
+I don't remember why, but it seems to works with Hyperref now,
+so the package condition seems unnecessary. It even produces
+an error when Hyperref is used before BibLaTeX, so I think
+we should remove it.
+
+This sections is kept here just for the future reference, the
+next section is actually used:
+\<\><<<
\@ifpackageloaded{hyperref}{}{%
\ifdefined\TE at hook\else%
\def\TE at hook{}%
\fi%
}
+>>>
+Define TE at hook so BibLaTeX don't try to patch ifthenelse.
+We put the hook ourselves thanks to Configure{ifthenelse}.
+
+\<config biblatex\><<<
+\ifdefined\TE at hook\else%
+\def\TE at hook{}%
+\fi%
+
\AtBeginDocument{%
\Configure{ifthenelse}{\TE at hook}
}
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht 2021-08-14 21:09:36 UTC (rev 60244)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht 2021-08-14 22:07:07 UTC (rev 60245)
@@ -1,4 +1,4 @@
-% biblatex.4ht (2021-07-05-13:41), generated from tex4ht-4ht.tex
+% biblatex.4ht (2021-08-14-14:10), 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-07-05-13:41}
+\immediate\write-1{version 2021-08-14-14:10}
\def\make:blx:ver#1.#2#3\relax{%
%\ifdim#1pt< 3pt \xdef\blx:ver:no{2}\else\xdef\blx:ver:no{3}\fi%
@@ -58,11 +58,9 @@
{\c at secnumdepth=\sv:sec:cnt\save:section}}%
}
\gHAssign\bibN=0
-\@ifpackageloaded{hyperref}{}{%
\ifdefined\TE at hook\else%
\def\TE at hook{}%
\fi%
-}
\AtBeginDocument{%
\Configure{ifthenelse}{\TE at hook}
More information about the tex-live-commits
mailing list.