diff options
Diffstat (limited to 'Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex')
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex index 455078e9df1..12c7b8acded 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex +++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-html4.tex 1080 2022-02-16 21:37:32Z michal_h21 $ +% $Id: tex4ht-html4.tex 1087 2022-03-08 09:45:01Z michal_h21 $ % Compile 4 times: latex tex4ht-html4 % Copy html4.4ht into the work directory before all but the last compilation. % @@ -73,7 +73,7 @@ \<html4-math\><<< % html4-math.4ht (|version), generated from |jobname.tex -% Copyright 2009-2021 TeX Users Group +% Copyright 2009-2022 TeX Users Group % Copyright |CopyYear.1999. Eitan M. Gurari |<TeX4ht copywrite|> >>> @@ -2205,6 +2205,21 @@ should be used whe addcontentline instructions are present. border-right:solid black 0.4pt; }} >>> +%%%%%%%%%%%%% +\subsection{threeparttable} + +We mainly need to handle paragraphs. + +\<configure html4 threeparttable\><<< +\ConfigureList{tablenotes} +{\ifvmode\IgnorePar\fi\EndP\HCode{<div class="tablenotes">}\par\ShowPar} +{\ifvmode\IgnorePar\fi\EndP\HCode{</div>}}{\par\ShowPar}{} + +\ConfigureEnv{threeparttable} +{\ifvmode\IgnorePar\fi\EndP\HCode{<div class="threeparttable">}} +{\ifvmode\IgnorePar\fi\EndP\HCode{</div>}\par\ShowPar}{}{} +>>> +%%%%%%%%%%%%% %%%%%%%%%%%%% \subsection{Mdwtab} @@ -9451,7 +9466,7 @@ The hbox is for avoiding the start of a new paragraph, if in vmode. \def\m:env#1{\:xhtml{\IgnorePar\EndP}\HCode{<div class="center"><table class="#1" border="0" cellpadding="0" cellspacing="15"><tr><td>}} \def\endm:env{\HCode - {</td></tr></table></center>}\IgnorePar} + {</td></tr></table></div>}\IgnorePar} \Css{div.center{text-align:center;}} >>> @@ -9462,7 +9477,7 @@ The hbox is for avoiding the start of a new paragraph, if in vmode. \Css{div.center-#1{text-align: center;}} } \def\endm:env{\:xhtml{\IgnorePar\EndP}% - \HCode{</td></tr></table></center>}\IgnorePar + \HCode{</td></tr></table></div>}\IgnorePar \ifmmode\else\par\fi} >>> @@ -9724,7 +9739,6 @@ read within the environment, in gather it is read at the \verb'\begin{equation}' \ConfigureEnv{gather*}{\m:env{gather*}}{\endm:env}{}{} \ConfigureEnv{gathered}{\m:env{gathered}}{\endm:env}{}{} \ConfigureEnv{matrix}{\m:env{matrix}}{\endm:env}{}{} -\ConfigureEnv{quotation}{\m:env{quotation}}{\endm:env}{}{} \Configure{equations}{*}{} >>> |