texlive[56898] Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht:

commits+karl at tug.org commits+karl at tug.org
Tue Nov 10 00:20:31 CET 2020


Revision: 56898
          http://tug.org/svn/texlive?view=revision&revision=56898
Author:   karl
Date:     2020-11-10 00:20:30 +0100 (Tue, 10 Nov 2020)
Log Message:
-----------
paragraph handling after PicDisplay, tex4ht r841

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=841

Modified Paths:
--------------
    trunk/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht	2020-11-09 22:06:34 UTC (rev 56897)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht	2020-11-09 23:20:30 UTC (rev 56898)
@@ -1,4 +1,4 @@
-% html4-math.4ht (2020-07-27-14:08), generated from tex4ht-html4.tex
+% html4-math.4ht (2020-11-09-14:28), generated from tex4ht-html4.tex
 % Copyright 2009-2019 TeX Users Group
 % Copyright 1999-2009 Eitan M. Gurari
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2020-07-27-14:08}
+\immediate\write-1{version 2020-11-09-14:28}
 
 \exit:ifnot{accents,% 
 amsfonts,% 
@@ -80,8 +80,9 @@
 \let\MathPar\empty
 \Configure{PicDisplay}
   {\edef\MathPar{\ifvmode par-\fi}\IgnorePar\endgraf\EndP
-   \HCode{<center class="\MathPar math-display" \a:LRdir >}}
-  {\HCode{</center>}}  {}  {class="\MathPar math-display" }
+   \HCode{<div class="\MathPar math-display" \a:LRdir >}}
+  {\HCode{</div>}\par\ShowPar}  {}  {class="\MathPar math-display" }
+\Css{div.par-math-display, div.math-display{text-align:center;}}
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
   



More information about the tex-live-commits mailing list.