[tex4ht-commits] [SCM] tex4ht updated: r1156 - trunk/lit

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Mon Jun 20 14:09:38 CEST 2022


Author: michal_h21
Date: 2022-06-20 12:09:37 +0000 (Mon, 20 Jun 2022)
New Revision: 1156

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
declare \Hy at numberline

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2022-06-17 15:19:24 UTC (rev 1155)
+++ trunk/lit/ChangeLog	2022-06-20 12:09:37 UTC (rev 1156)
@@ -1,3 +1,7 @@
+2022-06-20  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (hyperref-hooks.4ht): declare \Hy at numberline.
+
 2022-06-17  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-jats.tex (jats.4ht): basic \maketitle support.

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2022-06-17 15:19:24 UTC (rev 1155)
+++ trunk/lit/tex4ht-4ht.tex	2022-06-20 12:09:37 UTC (rev 1156)
@@ -5226,6 +5226,7 @@
 \def\hyper at anchor#1{\hyper at anchorstart{#1}\hyper at anchorend}
 >>>
 
+
 \<config hyperref\><<<
 \def\hyper at linkurl#1#2{%
   \leavevmode  \begingroup    \hyper at chars
@@ -5380,6 +5381,7 @@
 \:AtEndOfPackage{%
 |<load nameref in hyperref hooks|>
 |<define autoref captions|>
+|<define Hy at numberline|>
 }
 >>> \AddFile{9}{hyperref-hooks}
 
@@ -5432,7 +5434,13 @@
 \providecommand*\pageautorefname{page}
 >>>
 
+Some packages redefine the following command, which is declared in various Hyperref drivers,
+but not with TeX4ht. User will then get an error:
 
+\<define Hy at numberline\><<<
+\def\Hy at numberline#1{#1 }
+>>>
+
 \<nameref moved from old hyperref\><<<
 \def\tht:label#1{%
   \@bsphack



More information about the tex4ht-commits mailing list.