texlive[64766] Master/texmf-dist: floatrow support, tex4ht r1219

commits+karl at tug.org commits+karl at tug.org
Thu Oct 20 23:54:44 CEST 2022


Revision: 64766
          http://tug.org/svn/texlive?view=revision&revision=64766
Author:   karl
Date:     2022-10-20 23:54:44 +0200 (Thu, 20 Oct 2022)
Log Message:
-----------
floatrow support, tex4ht r1219

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=1219

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
    trunk/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
    trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht

Added Paths:
-----------
    trunk/Master/texmf-dist/tex/generic/tex4ht/floatrow.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-10-20 20:37:29 UTC (rev 64765)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-10-20 21:54:44 UTC (rev 64766)
@@ -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/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex	2022-10-20 20:37:29 UTC (rev 64765)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex	2022-10-20 21:54:44 UTC (rev 64766)
@@ -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}

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2022-10-20 20:37:29 UTC (rev 64765)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2022-10-20 21:54:44 UTC (rev 64766)
@@ -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,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}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Added: trunk/Master/texmf-dist/tex/generic/tex4ht/floatrow.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/floatrow.4ht	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/floatrow.4ht	2022-10-20 21:54:44 UTC (rev 64766)
@@ -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 at restyle\:tempa
+\Hinput{floatrow}
+\endinput
+


Property changes on: trunk/Master/texmf-dist/tex/generic/tex4ht/floatrow.4ht
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht	2022-10-20 20:37:29 UTC (rev 64765)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht	2022-10-20 21:54:44 UTC (rev 64766)
@@ -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?}



More information about the tex-live-commits mailing list.