From 2b1ac3ad81fafd9d5fbf8db9e81d6d1c2dd6e8a2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 14 Mar 2022 21:05:00 +0000 Subject: biblatex cleanup, tex4ht r1088 git-svn-id: svn://tug.org/texlive/trunk@62707 c570f23f-e606-0410-a88d-b1316a301751 --- .../source/generic/tex4ht/tex4ht-html4.tex | 24 +++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex') 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.4ht (|version), generated from |jobname.tex -% Copyright 2009-2021 TeX Users Group +% Copyright 2009-2022 TeX Users Group % Copyright |CopyYear.1999. Eitan M. Gurari | >>> @@ -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. + +\<<< +\ConfigureList{tablenotes} +{\ifvmode\IgnorePar\fi\EndP\HCode{
}\par\ShowPar} +{\ifvmode\IgnorePar\fi\EndP\HCode{
}}{\par\ShowPar}{} + +\ConfigureEnv{threeparttable} +{\ifvmode\IgnorePar\fi\EndP\HCode{
}} +{\ifvmode\IgnorePar\fi\EndP\HCode{
}\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{
}} \def\endm:env{\HCode - {
}\IgnorePar} + {
}\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{}\IgnorePar + \HCode{}\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}{*}{} >>> -- cgit v1.2.3