summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-10-20 21:54:44 +0000
committerKarl Berry <karl@freefriends.org>2022-10-20 21:54:44 +0000
commit44802b9c8ea6bb0f21fe05e410d0f70eda73a559 (patch)
tree979550b7b4afbce7648ad2e1442b02152b8905ce
parentddb13569e983337a6c182f47d2b8f28a5784b4ff (diff)
floatrow support, tex4ht r1219
git-svn-id: svn://tug.org/texlive/trunk@64766 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog7
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex3
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex18
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/floatrow.4ht25
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht4
5 files changed, 53 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index b88a67a074c..a8c6076c1fc 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/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/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex b/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex
index 147cccbe243..3d85a096372 100644
--- a/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/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/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
index b124f822bb3..7a44c341d51 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 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}
diff --git a/Master/texmf-dist/tex/generic/tex4ht/floatrow.4ht b/Master/texmf-dist/tex/generic/tex4ht/floatrow.4ht
new file mode 100644
index 00000000000..44e9061530a
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/tex4ht/floatrow.4ht
@@ -0,0 +1,25 @@
+% floatrow.4ht (2022-10-20-14:02), generated from tex4ht-4ht.tex
+% Copyright 2022 TeX Users Group
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either
+% version 1.3c of this license or (at your option) any
+% later version. The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3c or later is part of all distributions
+% of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status "maintained".
+%
+% The Current Maintainer of this work
+% is the TeX4ht Project <http://tug.org/tex4ht>.
+%
+% If you modify this program, changing the
+% version identification would be appreciated.
+\immediate\write-1{version 2022-10-20-14:02}
+
+\def\:tempa#1{}
+\HLet\flrow@restyle\:tempa
+\Hinput{floatrow}
+\endinput
+
diff --git a/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht b/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht
index 8a67ca48a38..fcebbdace0f 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht
@@ -1,4 +1,4 @@
-% usepackage.4ht (2022-10-17-13:57), generated from tex4ht-4ht.tex
+% usepackage.4ht (2022-10-20-14:02), generated from tex4ht-4ht.tex
% Copyright 2003-2009 Eitan M. Gurari
% Copyright 2009-2022 TeX Users Group
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2022-10-17-13:57}
+\immediate\write-1{version 2022-10-20-14:02}
\def\:temp{tex4ht}\ifx \:temp\@currname
\:warning{\string\usepackage{tex4ht} again?}