texlive[74473] branches/branch2024.final/Master/texmf-dist: branch
commits+karl at tug.org
commits+karl at tug.org
Wed Mar 5 23:02:05 CET 2025
Revision: 74473
https://tug.org/svn/texlive?view=revision&revision=74473
Author: karl
Date: 2025-03-05 23:02:05 +0100 (Wed, 05 Mar 2025)
Log Message:
-----------
branch sync, tex4ht r1657
Revision Links:
--------------
https://tug.org/svn/texlive?view=revision&revision=1657
Modified Paths:
--------------
branches/branch2024.final/Master/texmf-dist/source/generic/tex4ht/ChangeLog
branches/branch2024.final/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
branches/branch2024.final/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
Modified: branches/branch2024.final/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- branches/branch2024.final/Master/texmf-dist/source/generic/tex4ht/ChangeLog 2025-03-05 22:00:44 UTC (rev 74472)
+++ branches/branch2024.final/Master/texmf-dist/source/generic/tex4ht/ChangeLog 2025-03-05 22:02:05 UTC (rev 74473)
@@ -1,3 +1,9 @@
+2025-03-05 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): disable spurious paragraphs inside
+ \lstinline used in tables.
+ https://tug.org/pipermail/tex4ht/2025q1/003713.html
+
2025-03-03 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (nameref.4ht): fixed KOMA-Script \chapter support
Modified: branches/branch2024.final/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
===================================================================
--- branches/branch2024.final/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex 2025-03-05 22:00:44 UTC (rev 74472)
+++ branches/branch2024.final/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex 2025-03-05 22:02:05 UTC (rev 74473)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 1650 2025-02-25 21:54:39Z michal_h21 $
+% $Id: tex4ht-html4.tex 1657 2025-03-05 09:16:59Z michal_h21 $
% Compile 4 times: latex tex4ht-html4
% Copy html4.4ht into the work directory before all but the last compilation.
%
@@ -15484,12 +15484,13 @@
\subsection{Listings}
%%%%%%%%%%%%%%%%%%%%%
-Inline listings snippets
+Inline listings snippets. We need to suppress fonts and spurious paragraphs,
+which are inserted inside tables.
\<configure html4 listings\><<<
\Configure{lstinline}
- {\HCode{<code class="lstinline">}\NoFonts}
- {\EndNoFonts\HCode{</code>}}
+ {\HCode{<code class="lstinline">}\HtmlParOff\NoFonts}
+ {\EndNoFonts\HtmlParOn\HCode{</code>}}
\Css{code.lstinline{font-family:monospace,monospace;}}
>>>
Modified: branches/branch2024.final/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/generic/tex4ht/html4.4ht 2025-03-05 22:00:44 UTC (rev 74472)
+++ branches/branch2024.final/Master/texmf-dist/tex/generic/tex4ht/html4.4ht 2025-03-05 22:02:05 UTC (rev 74473)
@@ -1,4 +1,4 @@
-% html4.4ht (2025-02-25-14:06), generated from tex4ht-html4.tex
+% html4.4ht (2025-03-05-13:44), 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-02-25-14:06}
+\immediate\write-1{version 2025-03-05-13:44}
\exit:ifnot{8859-6,%
CJK,%
@@ -37949,8 +37949,8 @@
\ConfigureHinput{listings}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Configure{lstinline}
- {\HCode{<code class="lstinline">}\NoFonts}
- {\EndNoFonts\HCode{</code>}}
+ {\HCode{<code class="lstinline">}\HtmlParOff\NoFonts}
+ {\EndNoFonts\HtmlParOn\HCode{</code>}}
\Css{code.lstinline{font-family:monospace,monospace;}}
\Log:Note{to ensure proper alignments use
fixed size fonts (see listings.dtx)}
More information about the tex-live-commits
mailing list.