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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Fri Nov 22 13:42:45 CET 2024


Author: michal_h21
Date: 2024-11-22 12:42:44 +0000 (Fri, 22 Nov 2024)
New Revision: 1601

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
fixed subsection cross-references in ieetran

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2024-11-21 22:07:12 UTC (rev 1600)
+++ trunk/lit/ChangeLog	2024-11-22 12:42:44 UTC (rev 1601)
@@ -1,3 +1,9 @@
+2024-11-22  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (IEEEtran.4ht): fixed support for cross-references
+	to subsections.
+	https://tex.stackexchange.com/a/731404/2891
+
 2024-11-21  Karl Berry  <karl at freefriends.org>
 
 	* Makefile (tex4ht.jar): missing \ continuation. From Florian

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2024-11-21 22:07:12 UTC (rev 1600)
+++ trunk/lit/tex4ht-4ht.tex	2024-11-22 12:42:44 UTC (rev 1601)
@@ -30701,6 +30701,7 @@
 % Copyright (C) |CopyYear.2009.       Eitan M. Gurari         %
 |<TeX4ht copyright|>
 |<IEEEtran config|>
+|<IEEEtran thesubtitle|>
 \Hinput{IEEEtran}
 \endinput
 >>>        \AddFile{9}{IEEEtran}
@@ -30711,6 +30712,16 @@
 \let\@restonecolfalse\@restonecoltrue
 >>>
 
+We must remove \''\mbox' from subtitle, because it caused 
+errors with cross-references.
+
+\<IEEEtran thesubtitle\><<<
+\ifCLASSOPTIONcompsoc\else
+\def\thesubsection{\thesection-\Alph{subsection}}     % I-A
+\fi
+>>>
+
+
 %%%%%%%%%%%%%
 \Section{enumerate.sty}
 %%%%%%%%%%%%%



More information about the tex4ht-commits mailing list.