[latex3-commits] [git/LaTeX3-latex3-latex2e] copyedits-chris: copyedit ltoutput [ci skip] (1ad98b76)

Frank Mittelbach frank.mittelbach at latex-project.org
Tue Sep 7 08:39:23 CEST 2021


Repository : https://github.com/latex3/latex2e
On branch  : copyedits-chris
Link       : https://github.com/latex3/latex2e/commit/1ad98b767826fe33dca09c99a774b880c77f2bc8

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

commit 1ad98b767826fe33dca09c99a774b880c77f2bc8
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Tue Sep 7 08:39:23 2021 +0200

    copyedit ltoutput [ci skip]


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

1ad98b767826fe33dca09c99a774b880c77f2bc8
 base/ltoutput.dtx | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/base/ltoutput.dtx b/base/ltoutput.dtx
index eaa09fbc..78b0f233 100644
--- a/base/ltoutput.dtx
+++ b/base/ltoutput.dtx
@@ -3954,10 +3954,10 @@
 %
 %  \begin{macro}{\ShowFloat}
 %    This command provides some information about the contenta of a
-%    float register.  Float registers are internally named
+%    float register.  Float registers have internal names of the form
 %    \cs{bx@}\meta{Uppercase-letter(s)-or numbers} and you specify just this
 %    letter or letters as the argument, e.g., \verb=\ShowFloat{A}=.
-%    (Not much error recovery no anything if you specify something that
+%    (There is not much error recovery if you specify something that
 %    isn't a float.)
 % \changes{v1.4g}{2021/07/31}{Macro added}
 % \changes{v1.4h}{2021/09/03}{Renamed, original name never distributed}
@@ -3984,7 +3984,8 @@
   {\tracingonline1\showboxbreadth10\showboxdepth3\showbox#1}%
 }
 %    \end{macrocode}
-%    Two definitions from \texttt{fltrace} to make the above code work
+%    Here are two definitions from \texttt{fltrace} that make the above
+%    code work:
 %    \begin{macrocode}
 \def \fl at traceval #1{\fl at trace{\string #1 = \the #1}}
 \def \fl at tracemessage #1{{\let\@elt\@empty\typeout{LaTeX2e: #1}}}





More information about the latex3-commits mailing list.