summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/tex4ht
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-12-02 22:50:14 +0000
committerKarl Berry <karl@freefriends.org>2022-12-02 22:50:14 +0000
commitc3c151ce728c19d95e607aa0e223950ce3c5be14 (patch)
treef0b9b5e47864d85c2f996b791b378016a8b26b82 /Master/texmf-dist/source/generic/tex4ht
parent090f7d75f658f1eca304f88d649a22108aed59e9 (diff)
\nobreak as needed, tex4ht r1259
git-svn-id: svn://tug.org/texlive/trunk@65171 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/tex4ht')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog6
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex6
2 files changed, 10 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index 350373e8552..63c02b8e91a 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
@@ -1,3 +1,9 @@
+2022-12-02 Michal Hoftich <michal.h21@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@gmail.com>
* tex4ht-html4.tex (html4.4ht): fixed cross-reference links to
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
index e55a7e212e9..e0157a22637 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 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 @@ as they resulted in unwanted blank lines.
\setbox\@tempboxa=\FV@ListProcessLine{#1}%
\let\FV@ProcessLine\FV@ListProcessLine@iv}
\def\FV@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@ListProcessLine{#1}}%
\def\FV@ListProcessLastLine{%
\ifx\FV@ProcessLine\FV@ListProcessLine@iv