diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/mathplayer.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/mathplayer.4ht | 57 |
1 files changed, 43 insertions, 14 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/mathplayer.4ht b/Master/texmf-dist/tex/generic/tex4ht/mathplayer.4ht index 6a847e446c2..85bbd4e9a21 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/mathplayer.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/mathplayer.4ht @@ -1,6 +1,6 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% mathplayer.4ht 2005-02-21-19:09 % -% Copyright (C) 2002--2005 Eitan M. Gurari % +% mathplayer.4ht 2006-10-28-15:33 % +% Copyright (C) 2002--2006 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 2005-02-21-19:09} +\immediate\write-1{version 2006-10-28-15:33} \exit:ifnot{Preamble,% tex4ht} @@ -33,11 +33,11 @@ tex4ht} \ConfigureHinput{Preamble} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \:CheckOption{xht} \if:Option - \Configure{html}{xht} + \Configure{ext}{xht} \else \:CheckOption{xml} \if:Option - \Configure{html}{xml} + \Configure{ext}{xml} \else - \Configure{html}{html} + \Configure{ext}{html} \Configure{mathml}{m:} \fi \fi @@ -131,21 +131,21 @@ tex4ht} \fi\fi \Configure{halignTD} {}{} {<}{\ifmathml \HCode{ columnalign="left"}\else - \HCode{ align="left" }\fi} + \HCode{ style="text-align:left" }\fi} {-}{\ifmathml \HCode{ columnalign="center"}\else - \HCode{ align="center" }\fi} + \HCode{ style="text-align:center" }\fi} {>}{\ifmathml \HCode{ columnalign="right"}\else - \HCode{ align="right" }\fi} + \HCode{ style="text-align:right" }\fi} {^}{\ifmathml \HCode{ rowalign="top"}\else - \HCode{ valign="top" }\fi} + \HCode{ style="vertical-align:top" }\fi} {=}{\ifmathml \HCode{ rowalign="baseline"}\else - \HCode{ valign="baseline" }\fi} + \HCode{ style="vertical-align:baseline" }\fi} {|}{\ifmathml \HCode{ rowalign="center"}\else - \HCode{ valign="middle" }\fi} + \HCode{ style="vertical-align:middle" }\fi} {_}{\ifmathml \HCode{ rowalign="bottom"}\else - \HCode{ valign="bottom" }\fi} + \HCode{ style="vertical-align:bottom" }\fi} {p}{\ifmathml \HCode{ columnalign="left"}\else - \HCode{ align="left"}\fi} + \HCode{ style="text-align:left"}\fi} {} \LinkCommand\mtxt:link{\a:mathml maction,% actiontype="link" dsi:href, id, @@ -514,5 +514,34 @@ tex4ht} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \endinput |