[latex3-commits] [latex3/latex2e] ltmarks-multicol: missed two (6516bc0c7)

github at latex-project.org github at latex-project.org
Mon Nov 18 11:26:45 CET 2024


Repository : https://github.com/latex3/latex2e
On branch  : ltmarks-multicol
Link       : https://github.com/latex3/latex2e/commit/6516bc0c70f9f4ecef6d7c2032edfa4e9ddca17e

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

commit 6516bc0c70f9f4ecef6d7c2032edfa4e9ddca17e
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Mon Nov 18 11:26:45 2024 +0100

    missed two


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

6516bc0c70f9f4ecef6d7c2032edfa4e9ddca17e
 base/ltmarks.dtx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/base/ltmarks.dtx b/base/ltmarks.dtx
index caabd8385..537b8e56b 100644
--- a/base/ltmarks.dtx
+++ b/base/ltmarks.dtx
@@ -343,8 +343,8 @@
 %   \texttt{page} region, but in two-column documents (if not produced
 %   by \env{multicols}), \texttt{column} refers to the current column
 %   that just got finished and \text{previous-column} to the one
-%   previously finished.  Code for running headers are (in standard
-%   \LaTeX{}) only evaluated only after both columns have been assembled, which is
+%   previously finished.  Code for running headers is (in standard
+%   \LaTeX{}) evaluated only after both columns have been assembled, which is
 %   another way of saying that in that case \texttt{previous-column}
 %   refers to the left column and \texttt{column} to the right column.
 %   However, to make these somewhat easier to use, there are also aliased names
@@ -373,7 +373,7 @@
 %   attached.}
 %
 %   The situation starts getting rather complex if you allow for
-%   multiple columns the way they are supported by the
+%   multiple columns in the way they are supported by the
 %   \pkg{multicol} package. In this case you might have a variable
 %   number of \enquote{columns} on a single page to be shipped
 %   out. And even if not, then a \env{multicols} might start or end in





More information about the latex3-commits mailing list.