diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/docbook-mml.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/docbook-mml.4ht | 47 |
1 files changed, 44 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/docbook-mml.4ht b/Master/texmf-dist/tex/generic/tex4ht/docbook-mml.4ht index 8e0bda37b2a..ad589262ab9 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/docbook-mml.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/docbook-mml.4ht @@ -1,6 +1,6 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% docbook-mml.4ht 2006-11-15-02:45 % -% Copyright (C) 2000--2006 Eitan M. Gurari % +% docbook-mml.4ht 2007-01-03-22:30 % +% Copyright (C) 2000--2007 Eitan M. Gurari % % % % This work may be distributed and/or modified under the % % conditions of the LaTeX Project Public License, either % @@ -24,12 +24,13 @@ % gurari@cse.ohio-state.edu % % http://www.cse.ohio-state.edu/~gurari % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\immediate\write-1{version 2006-11-15-02:45} +\immediate\write-1{version 2007-01-03-22:30} \exit:ifnot{amsart,% amsbook,% amsmath,% amsproc,% +array,% article,% book,% latex,% @@ -130,6 +131,29 @@ tex4ht} {p}{\ifmathml \HCode{ \a:mathml columnalign="left"}\else \HCode{ align="left"}\fi} {} +\Configure{overline} + {\bgroup\ifmathml \HCode{<\a:mathml mover accent="false"\Hnewline +\mml:class="mml-overline"><\a:mathml mrow>}% +\else + \HCode{<emphasis role="overline">}\fi} + {\ifmathml \HCode{</\a:mathml mrow><\a:mathml mo\Hnewline + accent="true">&\#x00AF;</\a:mathml mo>% +</\a:mathml mover>}% +\else \HCode{</emphasis>}\fi\egroup} +\Configure{underline} + {\bgroup + \ifmathml \HCode{<\a:mathml munder \a:mathml accentunder="false"\Hnewline +\mml:class="mml-underline"><\a:mathml mrow>}% +% + \else \expandafter\everymath +\expandafter{\expandafter\everymath + \expandafter{\the\everymath}}% +\let\o::@underline:\o:@@underline: +\def\o:@@underline:{\let\o:@@underline:\o::@underline:}% +\HCode{<emphasis role="underline">}\fi} + {\ifmathml \HCode{</\a:mathml mrow><\a:mathml mo\Hnewline +accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% +\else \HCode{</emphasis>}\fi \egroup} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -691,6 +715,18 @@ tex4ht} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + \ConfigureHinput{array} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + \Configure{halignTB} + {\ifmathml \HCode{<\:MT table }\fi \halignTBL} + {\ifmathml \HCode{>}\fi} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\endinput\empty\empty\empty\empty\empty\empty +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + @@ -1028,5 +1064,10 @@ tex4ht} + + + + + \endinput |