diff options
author | Karl Berry <karl@freefriends.org> | 2020-11-09 23:20:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-11-09 23:20:30 +0000 |
commit | cee39c5bae9281024b0427087fd178847a77088e (patch) | |
tree | 9467241bccc660c65d56258195885552cef93618 /Master/texmf-dist/tex/generic/tex4ht | |
parent | 4a57796c2374e99e5dfa9c6b257f6ffa9c1eeda3 (diff) |
paragraph handling after PicDisplay, tex4ht r841
git-svn-id: svn://tug.org/texlive/trunk@56898 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht index 45ef06c3f48..f0ea8e142cb 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht @@ -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 @@ ushort} \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;}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |