diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht | 75 |
1 files changed, 63 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht index bd208e38400..e809f895ade 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht @@ -1,6 +1,6 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% html4-math.4ht 2007-01-02-13:00 % -% Copyright (C) 1999--2007 Eitan M. Gurari % +% html4-math.4ht 2008-02-21-17:14 % +% Copyright (C) 1999--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-02-13:00} +\immediate\write-1{version 2008-02-21-17:14} \exit:ifnot{amsfonts,% amsmath,% @@ -39,7 +39,8 @@ plain,% rlbabel,% tcilatex,% tex4ht,% -th4} +th4,% +ushort} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -405,6 +406,7 @@ th4} \Configure{angle} {\pic:sym{angle}} \Configure{rightleftharpoons} {\pic:sym{rightleftharpoons}} \Configure{leftrightharpoons} {\pic:sym{leftrightharpoons}} +\Configure{mid} {\ht:special{t4ht@+\string&{35}x2223{59}}|} \Configure{big}{\HCode{<span class="big">}}{\HCode{</span>}}{}{} \Configure{Big}{\HCode{<span class="bbig">}}{\HCode{</span>}}{}{} @@ -433,8 +435,6 @@ th4} - - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{amsmath} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -615,6 +615,7 @@ th4} \endinput\empty\empty\empty\empty\empty\empty %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{amsfonts} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -631,7 +632,6 @@ th4} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{amstex1} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -780,6 +780,7 @@ th4} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{plain} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -889,6 +890,7 @@ th4} \Configure{angle} {\pic:sym{angle}} \Configure{rightleftharpoons} {\pic:sym{rightleftharpoons}} \Configure{leftrightharpoons} {\pic:sym{leftrightharpoons}} +\Configure{mid} {\ht:special{t4ht@+\string&{35}x2223{59}}|} \Configure{ldots} {\ht:special{t4ht@+\string&{35}x2026{59}}x} @@ -931,6 +933,7 @@ th4} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{array} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -984,6 +987,18 @@ th4} + + + + + + + + + + + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{eplain} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -1026,6 +1041,7 @@ th4} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{fleqn} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -1055,9 +1071,6 @@ th4} - - - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{rlbabel} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -1212,6 +1225,46 @@ th4} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + \ConfigureHinput{ushort} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + \Configure{ushort} + {\HCode{<span class="underline">}\hbox\bgroup \:gobble} + {\egroup \HCode{</span>}} +\Configure{ushortw} + {\HCode{<span class="underline">}\hbox\bgroup \:gobble} + {\egroup \HCode{</span>}} +\Configure{ushortd} + {\HCode{<span class="underline-d">}\hbox\bgroup \:gobble} + {\egroup \HCode{</span>}} +\Configure{ushortdw} + {\HCode{<span class="underline-d">}\hbox\bgroup \:gobble} + {\egroup \HCode{</span>}} +\Configure{ushortdline} + {\HCode{<span class="underline-d">}\hbox\bgroup \:gobble} + {\egroup \HCode{</span>}} +\Css{.underline-d{ border-bottom: 3px double black; + margin-bottom:1pt; }} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\endinput\empty\empty\empty\empty\empty\empty +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + + + + + + + + + + + + + @@ -1327,7 +1380,5 @@ th4} - - \endinput |