texlive[74907] Master/texmf-dist: paragraph handling in algorithmicx,

commits+karl at tug.org commits+karl at tug.org
Thu Apr 10 23:17:05 CEST 2025


Revision: 74907
          https://tug.org/svn/texlive?view=revision&revision=74907
Author:   karl
Date:     2025-04-10 23:17:05 +0200 (Thu, 10 Apr 2025)
Log Message:
-----------
paragraph handling in algorithmicx, tex4ht r1664

Revision Links:
--------------
    https://tug.org/svn/texlive?view=revision&revision=1664

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

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2025-04-10 20:08:21 UTC (rev 74906)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2025-04-10 21:17:05 UTC (rev 74907)
@@ -1,3 +1,9 @@
+2025-04-10  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-html4.tex (html4.4ht): fixed paragraph handling in
+	algorithmicx.
+	https://tug.org/pipermail/tex4ht/2025q2/003722.html
+
 2025-04-08  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-mathml.tex (mathml.4ht, html-mml.4ht): patch \mathopen in

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex	2025-04-10 20:08:21 UTC (rev 74906)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex	2025-04-10 21:17:05 UTC (rev 74907)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 1657 2025-03-05 09:16:59Z michal_h21 $
+% $Id: tex4ht-html4.tex 1664 2025-04-10 08:14:31Z michal_h21 $
 % Compile 4 times: latex tex4ht-html4
 % Copy html4.4ht into the work directory before all but the last compilation.
 %
@@ -16116,7 +16116,7 @@
          {}%
    }
    {\egroup
-    \HCode{</div>}\par\ShowPar 
+    \ifvmode\IgnorePar\fi\EndP\HCode{</div>}\par\ShowPar 
    }
    {}{}
 >>>

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht	2025-04-10 20:08:21 UTC (rev 74906)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht	2025-04-10 21:17:05 UTC (rev 74907)
@@ -1,4 +1,4 @@
-% html4.4ht (2025-03-05-13:44), generated from tex4ht-html4.tex
+% html4.4ht (2025-04-10-13:23), generated from tex4ht-html4.tex
 % Copyright 2009-2025 TeX Users Group
 % Copyright 1997-2009 Eitan M. Gurari
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2025-03-05-13:44}
+\immediate\write-1{version 2025-04-10-13:23}
 
 \exit:ifnot{8859-6,% 
 CJK,% 
@@ -37149,7 +37149,7 @@
          {}%
    }
    {\egroup
-    \HCode{</div>}\par\ShowPar
+    \ifvmode\IgnorePar\fi\EndP\HCode{</div>}\par\ShowPar
    }
    {}{}
 \ConfigureList{algorithmic}%



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