diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-06 01:23:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-06 01:23:33 +0000 |
commit | 3b0d4121fbdaa8b4dc48c1aeab08bd63d71d0307 (patch) | |
tree | c0e71b65ec445e74e995d7853a367aa30e50f0dd /Master/texmf-dist/tex/generic/tex4ht/mathplayer.4ht | |
parent | ee72c8e218febb4e5e2395951e36cd91b36aabcd (diff) |
tex4ht-1.0.2006_12_04_1651
git-svn-id: svn://tug.org/texlive/trunk@2598 c570f23f-e606-0410-a88d-b1316a301751
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 |