summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-10-21 03:01:06 +0000
committerNorbert Preining <norbert@preining.info>2022-10-21 03:01:06 +0000
commitb3bdf86b91849c38a256c86082770bf854db7610 (patch)
treeb256f6bb18ff67fbc9d3d2a00257b6b0e967e6c7 /support
parent3b961a61ef9fb89adf20a89550d5de0bfe135448 (diff)
CTAN sync 202210210301
Diffstat (limited to 'support')
-rw-r--r--support/TeX4ht/source/ChangeLog7
-rw-r--r--support/TeX4ht/source/mktex4ht-cnf.tex3
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex18
3 files changed, 26 insertions, 2 deletions
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 <michal.h21@gmail.com>
+
+ * 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 <michal.h21@gmail.com>
* 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\><<<
+% floatrow.4ht (|version), generated from |jobname.tex
+% Copyright 2022 TeX Users Group
+|<TeX4ht license text|>
+\def\:tempa#1{}
+\HLet\flrow@restyle\:tempa
+\Hinput{floatrow}
+\endinput
+>>> \AddFile{9}{floatrow}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Chapter{Index and Glossary}