[tex4ht-commits] [SCM] tex4ht updated: r552 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Wed Apr 10 15:51:40 CEST 2019
Author: michal_h21
Date: 2019-04-10 16:51:39 +0300 (Wed, 10 Apr 2019)
New Revision: 552
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-html5.tex
Log:
Added html5 figure support for AMS classes
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2019-04-09 17:07:29 UTC (rev 551)
+++ trunk/lit/ChangeLog 2019-04-10 13:51:39 UTC (rev 552)
@@ -1,3 +1,7 @@
+2019-04-10 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-html5.tex: added support for HTML5 figures for AMS classes.
+
2019-04-09 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (color.4ht, xcolor.4ht): fixed issues with color names
Modified: trunk/lit/tex4ht-html5.tex
===================================================================
--- trunk/lit/tex4ht-html5.tex 2019-04-09 17:07:29 UTC (rev 551)
+++ trunk/lit/tex4ht-html5.tex 2019-04-10 13:51:39 UTC (rev 552)
@@ -246,6 +246,26 @@
|<figcaption|>
>>>
+\section{Configurations for AMS classes}
+
+\<configure html5 amsart\><<<
+|<ams art,proc,book|>
+>>>
+
+\<configure html5 amsproc\><<<
+|<ams art,proc,book|>
+>>>
+
+\<configure html5 amsbook\><<<
+|<ams art,proc,book|>
+>>>
+
+
+\<ams art,proc,book\><<<
+|<figcaption|>
+>>>
+
+\section{Tables}
cellspacing and cellpading attributes are prohibited in html5
\<tabular fixes\><<<
@@ -254,6 +274,8 @@
\Css{table.tabular{border-collapse: collapse; border-spacing: 0;}}
>>>
+\section{Figures}
+
Configure HTML5 figures. Floats are converted as captions too.
\<figcaption\><<<
More information about the tex4ht-commits
mailing list