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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Fri Oct 25 14:03:14 CEST 2024


Author: michal_h21
Date: 2024-10-25 12:03:14 +0000 (Fri, 25 Oct 2024)
New Revision: 1585

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
fixed \part in TOC in French Babel

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2024-10-18 15:00:09 UTC (rev 1584)
+++ trunk/lit/ChangeLog	2024-10-25 12:03:14 UTC (rev 1585)
@@ -1,3 +1,8 @@
+2024-10-25  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (french.4ht): fixed \part command in TOC.
+	https://github.com/michal-h21/make4ht/issues/155
+
 2024-10-18  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (caption.4ht): fixed support for the \caption

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2024-10-18 15:00:09 UTC (rev 1584)
+++ trunk/lit/tex4ht-4ht.tex	2024-10-25 12:03:14 UTC (rev 1585)
@@ -26043,6 +26043,7 @@
    |<french 4ht|>
    \Configure{special}{\csname @s at ORI\endcsname}
 \fi
+|<french part|>
 \Hinput{french}
 \endinput
 >>>       \AddFile{7}{french}
@@ -26077,6 +26078,13 @@
 \fi
 >>>
 
+This should fix part commands in TOC. Bug report is
+\Link[https://github.com/michal-h21/make4ht/issues/155]{}{}here\EndLink
+
+\<french part\><<<
+\DeclareRobustCommand*{\FB at emptypart}{\def\thepart{}}
+>>>
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \Chapter{Verbatim}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%



More information about the tex4ht-commits mailing list.