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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Thu Mar 30 12:50:07 CEST 2017


Author: michal_h21
Date: 2017-03-30 13:50:07 +0300 (Thu, 30 Mar 2017)
New Revision: 265

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-html4.tex
Log:
Start new paragraph after ams math aligning environments

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2017-03-28 21:55:49 UTC (rev 264)
+++ trunk/lit/ChangeLog	2017-03-30 10:50:07 UTC (rev 265)
@@ -1,3 +1,8 @@
+2017-03-30  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-html4.tex (html4-math.4ht): Configure AMS math align-type
+	environments to start a new paragraph. 
+
 2017-03-28  Karl Berry  <karl at freefriends.org>
 
 	* tex4ht-html4.tex (html4-math.4ht): copyright 2017.
@@ -2,3 +7,3 @@
 
-2017-03-20  Michal Hoftich  <michal.h21 at gmail.com>
+2017-03-28  Michal Hoftich  <michal.h21 at gmail.com>
 

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2017-03-28 21:55:49 UTC (rev 264)
+++ trunk/lit/tex4ht-html4.tex	2017-03-30 10:50:07 UTC (rev 265)
@@ -9561,7 +9561,9 @@
       class="align-\ifnum \HCol>\maxfields@ label\else 
          \ifodd\HCol\space  odd\else     even\fi 
        \fi">}}
-   {\HCode{</td>}}}
+   {\HCode{</td>}}
+   \ConfigureEnv{#1}{}{\par}{}{}
+ }
 \Css{table.align, table.alignat, table.xalignat, table.xxalignat, 
      table.flalign
    {width:95\%; margin-left:5\%; white-space: nowrap;}}



More information about the tex4ht-commits mailing list