[latex3-commits] [latex3/latex2e] develop: avoid space around floats (9107c274)

github at latex-project.org github at latex-project.org
Fri Mar 22 15:36:10 CET 2024


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/9107c274008878cd3095b86f98f763795de1f7e5

>---------------------------------------------------------------

commit 9107c274008878cd3095b86f98f763795de1f7e5
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Fri Mar 22 14:36:10 2024 +0000

    avoid space around floats


>---------------------------------------------------------------

9107c274008878cd3095b86f98f763795de1f7e5
 required/latex-lab/changes.txt         | 5 +++++
 required/latex-lab/latex-lab-float.dtx | 8 ++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/required/latex-lab/changes.txt b/required/latex-lab/changes.txt
index 43841432..394fd556 100644
--- a/required/latex-lab/changes.txt
+++ b/required/latex-lab/changes.txt
@@ -1,3 +1,8 @@
+2024-03-22  David Carlisle  <David.Carlisle at latex-project.org>
+
+	* latex-lab-float.dtx (subsection{Patching}):
+	Adjust white space before comments
+
 2024-03-12  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
 
 	* latex-lab-footnotes.dtx (section{Reimplementing the \pkg{footmisc} package}):
diff --git a/required/latex-lab/latex-lab-float.dtx b/required/latex-lab/latex-lab-float.dtx
index e1c70968..f89c998a 100644
--- a/required/latex-lab/latex-lab-float.dtx
+++ b/required/latex-lab/latex-lab-float.dtx
@@ -16,8 +16,8 @@
 %
 % for those people who are interested or want to report an issue.
 %
-\def\ltlabfloatdate{2024-02-05}
-\def\ltlabfloatversion{0.81c}
+\def\ltlabfloatdate{2024-03-22}
+\def\ltlabfloatversion{0.81d}
 %<*driver>
 \documentclass{l3doc}
 \EnableCrossrefs
@@ -337,7 +337,7 @@
 %    \end{macrocode}
 % If the float is in hmode we have to interrupt the P 
 %    \begin{macrocode}
-     \@nameuse{@@_float_stoppar:} %<---end P     
+     \@nameuse{@@_float_stoppar:}% <---end P
      \@floatpenalty -\@Mii
    \else
      \@floatpenalty-\@Miii
@@ -413,7 +413,7 @@
       \penalty\@floatpenalty
     \else
       \vadjust{\penalty -\@Miv \vbox{}\penalty\@floatpenalty}\@Esphack
-      \@nameuse{@@_float_start_par:} %restart P safe here??
+      \@nameuse{@@_float_start_par:}% restart P safe here??
     \fi
   \fi
 }





More information about the latex3-commits mailing list.