diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/html-mltx.4ht')
-rwxr-xr-x | Master/texmf-dist/tex/generic/tex4ht/html-mltx.4ht | 49 |
1 files changed, 40 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html-mltx.4ht b/Master/texmf-dist/tex/generic/tex4ht/html-mltx.4ht index 165d8b5f8ae..339adb869ca 100755 --- a/Master/texmf-dist/tex/generic/tex4ht/html-mltx.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/html-mltx.4ht @@ -1,6 +1,6 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% html-mltx.4ht 2006-10-24-00:58 % -% Copyright (C) 2005--2006 Eitan M. Gurari % +% html-mltx.4ht 2007-09-24-22:51 % +% Copyright (C) 2005--2007 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 2006-10-24-00:58} +\immediate\write-1{version 2007-09-24-22:51} \exit:ifnot{amsmath,% array,% @@ -114,12 +114,12 @@ tex4ht} \Configure{newline} {\ifmtext \ht:special{t4ht@,}% -\HCode{</mtext>< - mtext \mml:class="newline">}% +\HCode{</mtext><mtext\Hnewline + \mml:class="newline">}% \ht:special{t4ht@,&\#x00A0;}% \ht:special{t4ht@, }% % - \else \Tg<br class="newline" />\fi} + \else \Tg<br\Hnewline class="newline" />\fi} \Configure{mathltx[]} {\edef\MathPar{\ifvmode par-\fi}\IgnorePar\endgraf\EndP \HCode{<div class="\MathPar math-display">}} @@ -199,6 +199,11 @@ tex4ht} \Css{math .textsf { font-family: sans-serif; }} \Css{math .textbf { font-weight: bold; }} \Configure{multicolumn} + {\let\sv:VBorder\VBorder + \let\VBorder\empty + \Configure{VBorder}{}{}{}{}% + } + {\let\VBorder\sv:VBorder} {\ifmmode \HCode{\l:brace}% {\Configure{halignTD} {}{} {<}{\HCode{l}} @@ -340,8 +345,6 @@ tex4ht} - - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{amsmath} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -492,7 +495,6 @@ tex4ht} - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{plain} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -540,6 +542,11 @@ tex4ht} + + + + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{array} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -549,6 +556,11 @@ tex4ht} {\egroup \PopStack\Col:Marg\AllColMargins} {}{} \Configure{multicolumn} + {\let\sv:VBorder\VBorder + \let\VBorder\empty + \Configure{VBorder}{}{}{}{}% + } + {\let\VBorder\sv:VBorder} {\ifmmode \HCode{\l:brace}% {\Configure{halignTD} {}{} {<}{\HCode{l}} @@ -627,6 +639,13 @@ tex4ht} + + + + + + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{rlbabel} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -674,6 +693,7 @@ tex4ht} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{frenchb} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -915,5 +935,16 @@ tex4ht} + + + + + + + + + + + \endinput |