diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/ooffice-mml.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/ooffice-mml.4ht | 53 |
1 files changed, 44 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/ooffice-mml.4ht b/Master/texmf-dist/tex/generic/tex4ht/ooffice-mml.4ht index 397cc9d16e7..08e1ac10d7c 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/ooffice-mml.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/ooffice-mml.4ht @@ -1,5 +1,5 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% ooffice-mml.4ht 2009-03-11-19:11 % +% ooffice-mml.4ht 2009-06-11-09:32 % % Copyright (C) 2001--2009 Maarten Wisse % % James Naughton % % Eitan M. Gurari % @@ -31,7 +31,7 @@ % gurari@cse.ohio-state.edu % % http://www.cse.ohio-state.edu/~gurari % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\immediate\write-1{version 2009-03-11-19:11} +\immediate\write-1{version 2009-06-11-09:32} \exit:ifnot{Preamble,% amsmath,% array,% @@ -138,7 +138,7 @@ tex4ht} <!-- \jobname-m\math:obj \space by TeX4ht from \jobname.tex line \the\inputlineno\space - 2009-03-11-19:11\Hnewline + 2009-06-11-09:32\Hnewline (http://www.cse.ohio-state.edu/\string ~gurari/TeX4ht/) -->\Hnewline }% @@ -707,10 +707,44 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{array} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - \ConfigureEnv{array} + \let\:VBorder=\empty +\let\:AllColBars=\empty +\let\AllColMargins=\empty + +\Configure{VBorder} + {\HAssign\NewGroup = 0 + \gHAdvance\Next:TableNo by 1 +\global\let\TableNo=\Next:TableNo +% + \let\:VBorder=\empty +\let\:AllColBars=\empty +\let\AllColMargins=\empty +% + } + {\xdef\:VBorder{\:VBorder + \ifnum \NewGroup> 0 + <!--/table:table-column-group-->\remove:eog <</ >>\fi}% +\xdef\:AllColBars{\:AllColBars + \ifx\:AllColBars\empty \else ,\fi \ar:cnt}% +\HAssign\NewGroup = 0 } + {\Advance:\NewGroup by 1 + \ifnum \NewGroup=1 \xdef\:VBorder{\:VBorder + <!--table:table-column-group ???="TBL-\TableNo-\ar:cnt g"-->}% +\fi +\xdef\:VBorder{\:VBorder<table:table-column\Hnewline + \csname a:table-column-style\endcsname\Hnewline + />}% +% +\xdef\AllColMargins{\AllColMargins 1}% +% + } + {\xdef\AllColMargins{\AllColMargins 0}% +} +\ConfigureEnv{array} {\PushStack\Col:Marg\AllColMargins \bgroup\Configure{$}{}{}{}} {\egroup \PopStack\Col:Marg\AllColMargins} @@ -784,11 +818,6 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% - - - - - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{rlbabel} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -1069,5 +1098,11 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% + + + + + + \endinput |