From 914061f2b88f7460a37c1676b0f7649002ca36c9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 27 Jun 2014 01:14:13 +0000 Subject: 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 --- Master/texmf-dist/tex/generic/tex4ht/html-mml.4ht | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'Master/texmf-dist/tex/generic/tex4ht/html-mml.4ht') diff --git a/Master/texmf-dist/tex/generic/tex4ht/html-mml.4ht b/Master/texmf-dist/tex/generic/tex4ht/html-mml.4ht index 952c60160cd..d646fb280c2 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/html-mml.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/html-mml.4ht @@ -1,6 +1,6 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% html-mml.4ht 2009-04-18-11:08 % -% Copyright (C) 1999--2009 Eitan M. Gurari % +% html-mml.4ht 2014-06-26-17:57 % +% Copyright (C) 1999--2014 Eitan M. Gurari % % % % This work may be distributed and/or modified under the % % conditions of the LaTeX Project Public License, either % @@ -24,7 +24,7 @@ % gurari@cse.ohio-state.edu % % http://www.cse.ohio-state.edu/~gurari % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\immediate\write-1{version 2009-04-18-11:08} +\immediate\write-1{version 2014-06-26-17:57} \exit:ifnot{amsmath,% array,% @@ -89,11 +89,11 @@ tex4ht} } \Css{\a:mathml math { text-indent: 0em; }} \Configure{halignTBL} - {t}{\ifmathml \HCode{ style="text-align:top;\border:lines + {t}{\ifmathml \HCode{ align="baseline 1" style="\border:lines " }\fi} - {b}{\ifmathml \HCode{ style="text-align:baseline;\border:lines + {b}{\ifmathml \HCode{ align="baseline -1" style="\border:lines " }\fi} - {c}{\ifmathml \HCode{ style="text-align:axis;\border:lines + {c}{\ifmathml \HCode{ align="axis" style="\border:lines " }\fi} {} \Configure{halignTD} {}{} @@ -729,6 +729,7 @@ accent="true">&\#x0332;}% + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -889,7 +890,6 @@ accent="true">&\#x0332;}% - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -1215,6 +1215,7 @@ accent="true">&\#x0332;}% + \endinput -- cgit v1.2.3