From 4688b855bb6f8b817901a7c777e8aecd1a189622 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 25 Apr 2022 03:01:49 +0000 Subject: CTAN sync 202204250301 --- support/TeX4ht/source/ChangeLog | 5 +++++ support/TeX4ht/source/tex4ht-4ht.tex | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'support') diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog index c968321dcf..7b7268dd0a 100644 --- a/support/TeX4ht/source/ChangeLog +++ b/support/TeX4ht/source/ChangeLog @@ -1,3 +1,8 @@ +2022-04-24 Michal Hoftich + + * tex4ht-4ht.tex (latex.4ht): fixed spurious space inserted after + environemnents used inside paragraphs. + 2022-04-19 Michal Hoftich * tex4ht-sty.tex (tex4ht.sty): output name of the .4tc file to the diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex index 73fc7351a1..a77c0644d3 100644 --- a/support/TeX4ht/source/tex4ht-4ht.tex +++ b/support/TeX4ht/source/tex4ht-4ht.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-4ht.tex 1113 2022-04-17 10:39:05Z michal_h21 $ +% $Id: tex4ht-4ht.tex 1115 2022-04-24 18:59:13Z michal_h21 $ % tex tex4ht-4ht or ht tex tex4ht-4ht % % Copyright 2009-2022 TeX Users Group @@ -6812,7 +6812,7 @@ The \''\@doendpe' deals with piles of \''\end's. The pile. \<<< -\ifhmode \hfill\break\fi +% \ifhmode \hfill\break\fi <- this added spurious space after inline environments \RecallEverypar >>> @@ -6824,7 +6824,9 @@ pile. \HLet\@doendpe\:tempc >>> -The \''\hfill\break' is to help prevent losses of space separators. +The \''\hfill\break' is to help prevent losses of space separators. But it seems to +insert spurious space when an environment is used inside paragraph, so I've removed +it. I hope that it will not break anything. We might get here leading empty paragrphs after an \`'\end'. Is there a way to remove them without a post processor. -- cgit v1.2.3