From b3bdf86b91849c38a256c86082770bf854db7610 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 21 Oct 2022 03:01:06 +0000 Subject: CTAN sync 202210210301 --- support/TeX4ht/source/ChangeLog | 7 +++++++ support/TeX4ht/source/mktex4ht-cnf.tex | 3 ++- support/TeX4ht/source/tex4ht-4ht.tex | 18 +++++++++++++++++- 3 files changed, 26 insertions(+), 2 deletions(-) (limited to 'support') diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog index b88a67a074..a8c6076c1f 100644 --- a/support/TeX4ht/source/ChangeLog +++ b/support/TeX4ht/source/ChangeLog @@ -1,3 +1,10 @@ +2022-10-20 Michal Hoftich + + * tex4ht-4ht.tex (floatrow.4ht): basic support for the Floatrow + package. + https://puszcza.gnu.org.ua/bugs/?578 + https://tex.stackexchange.com/a/662426/2891 + 2022-10-19 Michal Hoftich * tex4ht-html4.tex (html4-math.4ht): calculate vertical alignment diff --git a/support/TeX4ht/source/mktex4ht-cnf.tex b/support/TeX4ht/source/mktex4ht-cnf.tex index 147cccbe24..3d85a09637 100644 --- a/support/TeX4ht/source/mktex4ht-cnf.tex +++ b/support/TeX4ht/source/mktex4ht-cnf.tex @@ -1,4 +1,4 @@ -% $Id: mktex4ht-cnf.tex 1212 2022-10-06 10:29:28Z michal_h21 $ +% $Id: mktex4ht-cnf.tex 1219 2022-10-20 14:40:14Z michal_h21 $ % Manually-maintained file, listing *.4ht files created by tex4ht-4ht.tex. % Read by tex4ht-cond4ht. % @@ -62,6 +62,7 @@ \AddFile{9}{subfigure} \AddFile{9}{caption} \AddFile{9}{subcaption} +\AddFile{9}{floatrow} \AddFile{9}{makeidx} \AddFile{9}{splitidx} \AddFile{6}{glossaries} diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex index b124f822bb..7a44c341d5 100644 --- a/support/TeX4ht/source/tex4ht-4ht.tex +++ b/support/TeX4ht/source/tex4ht-4ht.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-4ht.tex 1216 2022-10-17 15:18:30Z michal_h21 $ +% $Id: tex4ht-4ht.tex 1219 2022-10-20 14:40:14Z michal_h21 $ % tex tex4ht-4ht or ht tex tex4ht-4ht % % Copyright 2009-2022 TeX Users Group @@ -12352,6 +12352,22 @@ prevent this issue. \endinput >>> \AddFile{9}{subcaption} +%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\Section{floatrow.sty} +%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +We must prevent Floatrow from redefining of basic LaTeX +environments, such as table. + +\<<< +% floatrow.4ht (|version), generated from |jobname.tex +% Copyright 2022 TeX Users Group +| +\def\:tempa#1{} +\HLet\flrow@restyle\:tempa +\Hinput{floatrow} +\endinput +>>> \AddFile{9}{floatrow} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \Chapter{Index and Glossary} -- cgit v1.2.3