[tex4ht-commits] [SCM] tex4ht updated: r1219 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Thu Oct 20 16:40:14 CEST 2022
Author: michal_h21
Date: 2022-10-20 14:40:14 +0000 (Thu, 20 Oct 2022)
New Revision: 1219
Modified:
trunk/lit/ChangeLog
trunk/lit/mktex4ht-cnf.tex
trunk/lit/tex4ht-4ht.tex
Log:
basic support for the floatrow package
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2022-10-19 12:57:24 UTC (rev 1218)
+++ trunk/lit/ChangeLog 2022-10-20 14:40:14 UTC (rev 1219)
@@ -1,3 +1,10 @@
+2022-10-20 Michal Hoftich <michal.h21 at 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 at gmail.com>
* tex4ht-html4.tex (html4-math.4ht): calculate vertical alignment
Modified: trunk/lit/mktex4ht-cnf.tex
===================================================================
--- trunk/lit/mktex4ht-cnf.tex 2022-10-19 12:57:24 UTC (rev 1218)
+++ trunk/lit/mktex4ht-cnf.tex 2022-10-20 14:40:14 UTC (rev 1219)
@@ -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}
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2022-10-19 12:57:24 UTC (rev 1218)
+++ trunk/lit/tex4ht-4ht.tex 2022-10-20 14:40:14 UTC (rev 1219)
@@ -12352,7 +12352,23 @@
\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 at restyle\:tempa
+\Hinput{floatrow}
+\endinput
+>>> \AddFile{9}{floatrow}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Chapter{Index and Glossary}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
More information about the tex4ht-commits
mailing list.