[tex4ht-commits] [SCM] tex4ht updated: r263 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Tue Mar 28 13:31:59 CEST 2017
Author: michal_h21
Date: 2017-03-28 14:31:59 +0300 (Tue, 28 Mar 2017)
New Revision: 263
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-html4.tex
Log:
Fixed align table width
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2017-03-22 23:27:00 UTC (rev 262)
+++ trunk/lit/ChangeLog 2017-03-28 11:31:59 UTC (rev 263)
@@ -1,3 +1,10 @@
+2017-03-20 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): The CSS code for align equations declared
+ width 100% and margin-left:5%. This means that the equation numbers were
+ moved by 5% out of the window. The width should be 95%, so the sum with
+ margin-left is 100%
+
2017-03-22 Karl Berry <karl at freefriends.org>
* tex4ht-fonts-cjk.tex,
Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex 2017-03-22 23:27:00 UTC (rev 262)
+++ trunk/lit/tex4ht-html4.tex 2017-03-28 11:31:59 UTC (rev 263)
@@ -9564,7 +9564,7 @@
{\HCode{</td>}}}
\Css{table.align, table.alignat, table.xalignat, table.xxalignat,
table.flalign
- {width:100\%; margin-left:5\%; white-space: nowrap;}}
+ {width:95\%; margin-left:5\%; white-space: nowrap;}}
\Css{table.align-star, table.alignat-star,
table.xalignat-star, table.flalign-star
{margin-left:auto; margin-right:auto; white-space: nowrap;}}
More information about the tex4ht-commits
mailing list