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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Sat Jul 6 17:03:07 CEST 2019


Author: michal_h21
Date: 2019-07-06 18:03:07 +0300 (Sat, 06 Jul 2019)
New Revision: 588

Modified:
   trunk/lit/ChangeLog
   trunk/lit/mktex4ht-cnf.tex
   trunk/lit/tex4ht-4ht.tex
Log:
Added basic support for the titling package

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2019-07-05 22:16:18 UTC (rev 587)
+++ trunk/lit/ChangeLog	2019-07-06 15:03:07 UTC (rev 588)
@@ -1,3 +1,8 @@
+2019-07-06  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (titling.4ht): added basic support for the titling package.
+	https://tex.stackexchange.com/a/498887/2891
+
 2019-07-05  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-docbook.tex (docbook.4ht): added support for scrartcl,

Modified: trunk/lit/mktex4ht-cnf.tex
===================================================================
--- trunk/lit/mktex4ht-cnf.tex	2019-07-05 22:16:18 UTC (rev 587)
+++ trunk/lit/mktex4ht-cnf.tex	2019-07-06 15:03:07 UTC (rev 588)
@@ -225,6 +225,7 @@
 \AddFile{9}{beton}
 \AddFile{9}{everyshi}
 \AddFile{9}{quoting}
+\AddFile{9}{titling}
 \AddFile{9}{res}
 \AddFile{9}{res-a}
 \AddFile{9}{algorithmic}

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2019-07-05 22:16:18 UTC (rev 587)
+++ trunk/lit/tex4ht-4ht.tex	2019-07-06 15:03:07 UTC (rev 588)
@@ -27874,6 +27874,25 @@
 >>>        \AddFile{9}{quoting}
 
 %%%%%%%%%%%%%%%%%%%%%%%%
+\Section{titling}
+
+\<titling.4ht\><<<
+% tex4ht.4ht (|version), generated from |jobname.tex
+% Copyright 2019 TeX Users Group
+|<TeX4ht license text|>
+|<titling configurations|>
+\Hinput{titling}
+\endinput
+>>>     \AddFile{9}{titling}
+
+
+\<titling configurations\><<<
+\let\titling:maketitle\maketitle
+\def\new:titling:maketitle{\titling:maketitle\let\maketitle\new:titling:maketitle}
+\def\maketitle{\new:titling:maketitle}
+>>>
+
+%%%%%%%%%%%%%%%%%%%%%%%%
 \Section{res}
 
 \<res.4ht\><<<



More information about the tex4ht-commits mailing list