texlive[65171] Master/texmf-dist: \nobreak as needed, tex4ht r1259

commits+karl at tug.org commits+karl at tug.org
Fri Dec 2 23:50:14 CET 2022


Revision: 65171
          http://tug.org/svn/texlive?view=revision&revision=65171
Author:   karl
Date:     2022-12-02 23:50:14 +0100 (Fri, 02 Dec 2022)
Log Message:
-----------
\nobreak as needed, tex4ht r1259

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

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

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-12-02 21:15:32 UTC (rev 65170)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-12-02 22:50:14 UTC (rev 65171)
@@ -1,3 +1,9 @@
+2022-12-02  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (fancyvrb.4ht): use \nobreak to prevent unwanted
+	line breaks.
+	https://github.com/michal-h21/make4ht/issues/104
+
 2022-12-01  Michal Hoftich  <michal.h21 at gmail.com>
 	
 	* tex4ht-html4.tex (html4.4ht): fixed cross-reference links to

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2022-12-02 21:15:32 UTC (rev 65170)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2022-12-02 22:50:14 UTC (rev 65171)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1253 2022-11-28 09:54:31Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1259 2022-12-02 22:40:01Z michal_h21 $
 % tex tex4ht-4ht   or   ht tex tex4ht-4ht
 %
 % Copyright 2009-2022 TeX Users Group    
@@ -25183,7 +25183,9 @@
   \setbox\@tempboxa=\FV at ListProcessLine{#1}%
   \let\FV at ProcessLine\FV at ListProcessLine@iv}
 \def\FV at ListProcessLine@iv#1{%
-  \box\@tempboxa
+  % we use \nobreak to really prevent unwanted line breaks
+  % see https://github.com/michal-h21/make4ht/issues/104
+  \box\@tempboxa\nobreak% 
   \setbox\@tempboxa=\FV at ListProcessLine{#1}}%
 \def\FV at ListProcessLastLine{%
   \ifx\FV at ProcessLine\FV at ListProcessLine@iv

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/fancyvrb.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/fancyvrb.4ht	2022-12-02 21:15:32 UTC (rev 65170)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/fancyvrb.4ht	2022-12-02 22:50:14 UTC (rev 65171)
@@ -1,6 +1,6 @@
-% fancyvrb.4ht (2021-06-06-09:18), generated from tex4ht-4ht.tex
+% fancyvrb.4ht (2022-12-02-14:48), generated from tex4ht-4ht.tex
 % Copyright 1997-2009 Eitan M. Gurari
-% Copyright 2009-2021 TeX Users Group
+% Copyright 2009-2022 TeX Users Group
 %
 % This work may be distributed and/or modified under the
 % conditions of the LaTeX Project Public License, either
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2021-06-06-09:18}
+\immediate\write-1{version 2022-12-02-14:48}
 
 
    \pend:def\FV at FormattingPrep{\let\fv:color\empty
@@ -68,7 +68,9 @@
   \setbox\@tempboxa=\FV at ListProcessLine{#1}%
   \let\FV at ProcessLine\FV at ListProcessLine@iv}
 \def\FV at ListProcessLine@iv#1{%
-  \box\@tempboxa
+  % we use \nobreak to really prevent unwanted line breaks
+  % see https://github.com/michal-h21/make4ht/issues/104
+  \box\@tempboxa\nobreak%
   \setbox\@tempboxa=\FV at ListProcessLine{#1}}%
 \def\FV at ListProcessLastLine{%
   \ifx\FV at ProcessLine\FV at ListProcessLine@iv



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