[tex4ht-commits] [SCM] tex4ht updated: r1354 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Sun Aug 13 19:55:27 CEST 2023
Author: michal_h21
Date: 2023-08-13 17:55:27 +0000 (Sun, 13 Aug 2023)
New Revision: 1354
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-docbook.tex
Log:
Added support for ulem configurations in docbook
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2023-08-13 17:48:56 UTC (rev 1353)
+++ trunk/lit/ChangeLog 2023-08-13 17:55:27 UTC (rev 1354)
@@ -1,5 +1,9 @@
2023-08-13 Michal Hoftich <michal.h21 at gmail.com>
+ * tex4ht-docbook.tex (docbook.4ht): added formatting for the Ulem
+ package configurations.
+ https://github.com/michal-h21/make4ht/issues/131
+
* tex4ht-4ht.tex (amsmath.4ht): don't redefine environment handling
macros in the split environment.
https://github.com/michal-h21/make4ht/issues/132
Modified: trunk/lit/tex4ht-docbook.tex
===================================================================
--- trunk/lit/tex4ht-docbook.tex 2023-08-13 17:48:56 UTC (rev 1353)
+++ trunk/lit/tex4ht-docbook.tex 2023-08-13 17:55:27 UTC (rev 1354)
@@ -2692,7 +2692,21 @@
\verb'̲' is the code of \verb'_'
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\subsection{Ulem}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\<configure docbook ulem\><<<
+\Configure{uline}{\HCode{<emphasis role="underline">}}{\HCode{</emphasis>}}
+\Configure{uuline}{\HCode{<emphasis role="underline">}}{\HCode{</emphasis>}}
+\Configure{sout}{\HCode{<emphasis role="underline">}}{\HCode{</emphasis>}}
+\Configure{xout}{\HCode{<emphasis role="underline">}}{\HCode{</emphasis>}}
+\Configure{uwave}{\HCode{<emphasis role="underline">}}{\HCode{</emphasis>}}
+\Configure{dashuline}{\HCode{<emphasis role="underline">}}{\HCode{</emphasis>}}
+\Configure{dotuline}{\HCode{<emphasis role="underline">}}{\HCode{</emphasis>}}
+>>>
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{AMS}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
More information about the tex4ht-commits
mailing list.