[tex4ht-commits] [SCM] tex4ht updated: r884 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Mon Feb 8 16:45:16 CET 2021
Author: michal_h21
Date: 2021-02-08 17:45:16 +0200 (Mon, 08 Feb 2021)
New Revision: 884
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-docbook.tex
Log:
Added super and subscript support in docbook
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2021-02-08 15:40:41 UTC (rev 883)
+++ trunk/lit/ChangeLog 2021-02-08 15:45:16 UTC (rev 884)
@@ -4,6 +4,8 @@
https://github.com/michal-h21/make4ht/issues/44
* tex4ht-docbook.tex (docbook.4ht): fixed footnote handling.
https://github.com/michal-h21/make4ht/issues/45
+ * tex4ht-docbook.tex (docbook.4ht): added \textsubscript and
+ \textsuperscript support.
2021-02-07 Michal Hoftich <michal.h21 at gmail.com>
Modified: trunk/lit/tex4ht-docbook.tex
===================================================================
--- trunk/lit/tex4ht-docbook.tex 2021-02-08 15:40:41 UTC (rev 883)
+++ trunk/lit/tex4ht-docbook.tex 2021-02-08 15:45:16 UTC (rev 884)
@@ -2578,9 +2578,21 @@
>>>
+Sub and super scripts
+\<configure docbook latex\><<<
+\Configure{textsuperscript}
+ {\HCode{<superscript>}}
+ {\HCode{</superscript>}}
+\Configure{textsubscript}
+ {\HCode{<subscript>}}
+ {\HCode{</subscript>}}
+>>>
+
+
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Underline and Overline}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
More information about the tex4ht-commits
mailing list.