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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Sat Jan 5 20:58:10 CET 2019


Author: michal_h21
Date: 2019-01-05 21:58:10 +0200 (Sat, 05 Jan 2019)
New Revision: 475

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
Memoir: added support for \tableofcontents* command

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2019-01-05 17:36:12 UTC (rev 474)
+++ trunk/lit/ChangeLog	2019-01-05 19:58:10 UTC (rev 475)
@@ -2,6 +2,7 @@
 
 	* tex4ht-tei.tex (tei.4ht): added definitions of the CSS support commands.
 	* tex4ht-4ht.tex (titlesec.4ht): fixed issues with TOC.
+	* tex4ht-4ht.tex (memoir.4ht): added support for \tableofcontents* command.
 
 2018-12-27  Michal Hoftich  <michal.h21 at gmail.com>
 

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2019-01-05 17:36:12 UTC (rev 474)
+++ trunk/lit/tex4ht-4ht.tex	2019-01-05 19:58:10 UTC (rev 475)
@@ -14233,6 +14233,13 @@
    \HtmlEnv   \Toc:Title{#1}\:chapter{#2}}
 >>>
 
+Memoir supports starred version ot the TOC command
+
+\<memoir cfg\><<<
+\def\:tempc{\@ifstar\o:tableofcontents:\o:tableofcontents:}
+\HLet\tableofcontents\:tempc
+>>>
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \Section{verse}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%



More information about the tex4ht-commits mailing list