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 | 55 |
1 files changed, 47 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/docbook-mml.4ht b/Master/texmf-dist/tex/generic/tex4ht/docbook-mml.4ht index ad589262ab9..070d6e1cd6b 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 2007-01-03-22:30 % -% Copyright (C) 2000--2007 Eitan M. Gurari % +% docbook-mml.4ht 2008-02-22-10:03 % +% Copyright (C) 2000--2008 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 2007-01-03-22:30} +\immediate\write-1{version 2008-02-22-10:03} \exit:ifnot{amsart,% amsbook,% @@ -104,8 +104,8 @@ tex4ht} \fi } \Configure{newline} - {\ifmtext \HCode{</mtext><mtext class="newline">}% - \else \HCode{<!--br role="newline" /-->}\fi} + {\ifmtext \HCode{</mtext><mtext\Hnewline class="newline">}% + \else \HCode{<!--br\Hnewline role="newline" /-->}\fi} \Configure{equation} {\IgnorePar\EndP\HCode{<para role="equation">}} {\HCode{</para><para role="equation-label">}} @@ -131,6 +131,22 @@ tex4ht} {p}{\ifmathml \HCode{ \a:mathml columnalign="left"}\else \HCode{ align="left"}\fi} {} +\def\:MM{\ifmathml \a:mathml m\fi} +\Configure{HBorder} + {<\ifmathml \a:mathml mtr class\else row role\fi ="hline">} + {\ifmathml <\a:mathml mtd><mo> \string&\#x0332; </mo></\a:mathml mtd>\else + <entry rowsep="1"></entry>\fi} + {</\ifmathml \a:mathml mtr\else row\fi>} + {<\ifmathml \a:mathml mtr class\else row role\fi ="cline">} + {\ifmathml <\a:mathml mtd></\a:mathml mtd>\else + <entry rowsep="0"></entry>\fi} + {\ifmathml<\a:mathml mtd><mo> \string&\#x0332; </mo></\a:mathml mtd>\else + <entry rowsep="1"></entry>\fi} + {</\ifmathml \a:mathml mtr\else row\fi>} + {<\ifmathml \a:mathml mtr class\else row role\fi ="vspace">} + {\ifmathml <\a:mathml mtd></\a:mathml mtd>\else + <entry rowsep="1"\Hnewline>\string&\#x00A0;</entry>\fi} + {</\ifmathml \a:mathml mtr\else row\fi>} \Configure{overline} {\bgroup\ifmathml \HCode{<\a:mathml mover accent="false"\Hnewline \mml:class="mml-overline"><\a:mathml mrow>}% @@ -326,7 +342,6 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{amsart} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -407,6 +422,7 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% \endinput\empty\empty\empty\empty\empty\empty %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{amsbook} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -487,7 +503,6 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% \endinput\empty\empty\empty\empty\empty\empty %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{amsproc} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -571,7 +586,6 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{amsmath} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -648,6 +662,7 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{plain} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -715,6 +730,7 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{array} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -832,6 +848,22 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% + + + + + + + + + + + + + + + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{scrbook} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -1069,5 +1101,12 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% + + + + + + + \endinput |