diff options
author | Karl Berry <karl@freefriends.org> | 2014-06-27 01:14:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-06-27 01:14:13 +0000 |
commit | 914061f2b88f7460a37c1676b0f7649002ca36c9 (patch) | |
tree | b7a0a78790a587c752cfed5410412481e0853b7a /Master/texmf-dist/tex/generic/tex4ht/mathltx.4ht | |
parent | 81231e60a62c9f46b647f59881e9165f01e4c9e2 (diff) |
use mathml align= instead of css text-align:, https://puszcza.gnu.org.ua/bugs/?219, tex4ht r123
git-svn-id: svn://tug.org/texlive/trunk@34443 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/mathltx.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/mathltx.4ht | 39 |
1 files changed, 8 insertions, 31 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/mathltx.4ht b/Master/texmf-dist/tex/generic/tex4ht/mathltx.4ht index 0f9ab275b16..475e7a0dd2b 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/mathltx.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/mathltx.4ht @@ -1,30 +1,6 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% mathltx.4ht 2009-04-12-00:44 % -% Copyright (C) 2005--2009 Eitan M. Gurari % -% % -% This work may be distributed and/or modified under the % -% conditions of the LaTeX Project Public License, either % -% version 1.3 of this license or (at your option) any % -% later version. The latest version of this license is % -% in % -% http://www.latex-project.org/lppl.txt % -% and version 1.3 or later is part of all distributions % -% of LaTeX version 2003/12/01 or later. % -% % -% This work has the LPPL maintenance status "maintained".% -% % -% This Current Maintainer of this work % -% is Eitan M. Gurari. % -% % -% If you modify this program your changing its signature % -% with a directive of the following form will be % -% appreciated. % -% \message{signature} % -% % -% gurari@cse.ohio-state.edu % -% http://www.cse.ohio-state.edu/~gurari % -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\immediate\write-1{version 2009-04-12-00:44} +% mathltx.4ht (2014-06-26-17:57), generated from tex4ht-mathltx.tex +% Copyright (C) 2009-2010 TeX Users Group +% Copyright (C) 2005-2009 Eitan M. Gurari \exit:ifnot{Preamble,% amsfonts,% @@ -146,9 +122,9 @@ vanilla} \def\:MT{\ifmathltx m\fi} \Configure{halignTB}{\HCode{<\:MT table }\halignTBL}{\HCode{>}} \Configure{halignTBL} - {t}{\ifmathltx \HCode{ style="text-align:top;" }\fi} - {b}{\ifmathltx \HCode{ style="text-align:baseline;" }\fi} - {c}{\ifmathltx \HCode{ style="text-align:axis;" }\fi} + {t}{\ifmathltx \HCode{ align="baseline 1" }\fi} + {b}{\ifmathltx \HCode{ align="baseline -1" }\fi} + {c}{\ifmathltx \HCode{ align="axis" }\fi} {} \def\t:HA{\HCode{</\:MT table>}} \def\R:HA{\HCode{<\:MT tr \Hnewline style="vertical-align:baseline;">}} @@ -2477,6 +2453,7 @@ vanilla} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{array} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -2543,7 +2520,6 @@ vanilla} - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{vanilla} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -3051,5 +3027,6 @@ vanilla} + \endinput |