diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/html-speech-math.4ht')
-rwxr-xr-x | Master/texmf-dist/tex/generic/tex4ht/html-speech-math.4ht | 43 |
1 files changed, 38 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html-speech-math.4ht b/Master/texmf-dist/tex/generic/tex4ht/html-speech-math.4ht index b5ee7944cb5..4ab7b537fba 100755 --- a/Master/texmf-dist/tex/generic/tex4ht/html-speech-math.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/html-speech-math.4ht @@ -1,6 +1,6 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% html-speech-math.4ht 2006-10-06-11:31 % -% Copyright (C) 2006 Eitan M. Gurari % +% html-speech-math.4ht 2007-09-24-22:48 % +% Copyright (C) 2006--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-06-11:31} +\immediate\write-1{version 2007-09-24-22:48} \exit:ifnot{amsmath,% amsopn,% @@ -874,6 +874,11 @@ tex4ht} {\EndP\halignTB{halign}} \t:HA \R:HA\r:HA\D:HA\d:HA \Configure{multicolumn} + {\let\sv:VBorder\VBorder + \let\VBorder\empty + \Configure{VBorder}{}{}{}{}% + } + {\let\VBorder\sv:VBorder} {\ifmmode \else \ifvmode\IgnorePar\fi \fi \HCode{<div class="multicolumn" title="\HMultispan">}} @@ -1354,7 +1359,6 @@ tex4ht} - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{amsmath} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -2260,7 +2264,6 @@ tex4ht} - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{plain} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -2861,6 +2864,12 @@ tex4ht} + + + + + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{array} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -2896,6 +2905,11 @@ tex4ht} {}{} \Configure{multicolumn} + {\let\sv:VBorder\VBorder + \let\VBorder\empty + \Configure{VBorder}{}{}{}{}% + } + {\let\VBorder\sv:VBorder} {\ifmmode \else \ifvmode\IgnorePar\fi \fi \HCode{<div class="multicolumn" title="\HMultispan">}} @@ -3195,5 +3209,24 @@ tex4ht} + + + + + + + + + + + + + + + + + + + \endinput |