diff options
author | Karl Berry <karl@freefriends.org> | 2022-03-08 23:22:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-03-08 23:22:11 +0000 |
commit | 904337f61f888c3b8061c6c3faf33906ea142a8d (patch) | |
tree | 8e79dc467e1f126fa2e08491f4ada86d04a47412 /Master/texmf-dist/source/generic | |
parent | 0d70800962f39589e23608b563e89866e952218b (diff) |
threeparttable support, tex4ht r1087
git-svn-id: svn://tug.org/texlive/trunk@62531 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic')
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/ChangeLog | 7 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index cab7d98f062..7143b285526 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog @@ -1,3 +1,10 @@ +2022-03-08 Michal Hoftich <michal.h21@gmail.com> + + * tex4ht-4ht.tex (threeparttable.4ht), + * tex4ht-html4.tex (html4.4ht): added support for the Threeparttable + package. + https://puszcza.gnu.org.ua/bugs/?556 + 2022-02-28 Michal Hoftich <michal.h21@gmail.com> * tex4ht-html4.tex (html4-math.4ht): removed math configuration for diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex index b1a19e87f36..8c23f7fdaac 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex +++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-4ht.tex 1084 2022-02-22 13:19:45Z michal_h21 $ +% $Id: tex4ht-4ht.tex 1087 2022-03-08 09:45:01Z michal_h21 $ % tex tex4ht-4ht or ht tex tex4ht-4ht % % Copyright 2009-2022 TeX Users Group @@ -10479,6 +10479,20 @@ handling. Michal %%%%%%%%%%%%%%%%%%%%%%%% +\Section{threeparttable} +%%%%%%%%%%%%%%%%%%%%%%%% + +\<threeparttable.4ht\><<< +% threeparttable.4ht (|version), generated from |jobname.tex +% Copyright 2022 TeX Users Group +|<TeX4ht license text|> +\def\:tempa{\o:TPT@endtabbox:\AddToHookNext{env/\@currenvir/after}{\IgnorePar}} +\HLet\TPT@endtabbox\:tempa +\Hinput{threeparttable} +\endinput +>>> \AddFile{9}{threeparttable} + +%%%%%%%%%%%%%%%%%%%%%%%% \Section{mdwtab} %%%%%%%%%%%%%%%%%%%%%%%% |