[latex3-commits] [git/LaTeX3-latex3-latex2e] ltpara: Typos (68e17bc1)

PhelypeOleinik phelype.oleinik at latex-project.org
Thu Feb 18 00:36:29 CET 2021


Repository : https://github.com/latex3/latex2e
On branch  : ltpara
Link       : https://github.com/latex3/latex2e/commit/68e17bc1833ed4fe91553b12271698586593b3c0

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

commit 68e17bc1833ed4fe91553b12271698586593b3c0
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Wed Feb 17 20:36:29 2021 -0300

    Typos


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

68e17bc1833ed4fe91553b12271698586593b3c0
 base/ltpara.dtx | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/base/ltpara.dtx b/base/ltpara.dtx
index 0730520f..0f2674fd 100644
--- a/base/ltpara.dtx
+++ b/base/ltpara.dtx
@@ -143,7 +143,7 @@
 %    its original \enquote{primitive} meaning and therefore may not end the
 %    horizontal list and call the paragraph builder. This approach
 %    offers some flexibility but also allows you  to easily produce a
-%    \TeX{} document, that loops forever, for example, the simple line
+%    \TeX{} document that loops forever, for example, the simple line
 %\begin{verbatim}
 %   A \let\par\relax \vskip
 %\end{verbatim}
@@ -151,9 +151,9 @@
 %    then sees \cs{vskip} and inserts \cs{par} to end the
 %    paragraph. But this now only runs \cs{relax} so nothing changes
 %    and \cs{vskip} is read again, issues a \cs{par} which \ldots. In
-%    short, it takes a plain \TeX{} document with four tokens to run
+%    short, it takes a plain \TeX{} document with five tokens to run
 %    forever (as not even memory is consumed and therefore eventually
-%    exhausted.
+%    exhausted).
 %
 %    There are no other ways than changing \cs{par} to gain control at
 %    the end of a paragraph, i.e., there is no token list like
@@ -199,7 +199,7 @@
 %    \LaTeX{} or \verb=$$...$$= in plain \TeX{}, then \TeX{} will
 %    resume horizontal mode afterward, i.e., build a new horizontal
 %    list (without inserting an indentation box or \cs{everypar} at
-%    that point. However, if that list immediately ends with an
+%    that point). However, if that list immediately ends with an
 %    explicit or implicit \cs{par} then \TeX{} will simply throw away
 %    this \enquote{null} paragraph and not do its usual \enquote{end
 %    of horizontal list} processing, so this special case need to be
@@ -265,7 +265,7 @@
 %                   para/end,
 %                   para/after
 %                 }
-%    The following three public hooks are defined and executed for
+%    The following four public hooks are defined and executed for
 %    each paragraph:
 %    \begin{description}
 %
@@ -328,7 +328,7 @@
 %      last horizontal glue (but not kern) placed on the horizontal
 %      list. The code is still executed in horizontal mode so it is
 %      possible to add further horizontal material at this point, but
-%      it should not alter the mode (even a temporary exist from
+%      it should not alter the mode (even a temporary exit from
 %      horizontal mode would create chaos---any attempt will cause an
 %      error message)! After the hook has ended the kernel hook
 %      \cs{@kernel at after@para at end} is executed and then \TeX{} returns to
@@ -383,7 +383,7 @@
 %    \item[\cs{@kernel at before@para at begin}]
 %
 %      Used by the kernel to implement tagging. This hook is executed
-%      at the very beginning of a paragraph after \TeX has switched to
+%      at the very beginning of a paragraph after \TeX{} has switched to
 %      horizontal mode but before any indentation box got added or any
 %      \cs{everypar} was run.
 %
@@ -414,7 +414,7 @@
 % \subsection{Altered and newly provided commands}
 %
 % \begin{function}{\par,\endgraf,\para_end:}
-%    An explicit request for ending a paragraph in known in plain
+%    An explicit request for ending a paragraph is known in plain
 %    \TeX{} under the name \cs{endgraf} where it simply calls the
 %    paragraph primitive (regardless of what \cs{par} may have as its
 %    current definition). In \LaTeX{} \cs{endgraf} with that behavior
@@ -510,7 +510,7 @@
 %\end{verbatim}
 %    To display the sequence number we \cs{typeout} the current
 %    sequence and level number. The command \cs{@currenvir} gives us
-%    the current environment and \cs{@online} produces as space and
+%    the current environment and \cs{on at line} produces a space and
 %    the current input line number.
 %\begin{verbatim}
 %    \typeout{PARA: \arabic{paracnt}-\roman{paralevel} start
@@ -648,7 +648,7 @@
   \group_end:
 %    \end{macrocode}
 %    We then change \cs{tex_everypar:D} to generate an error so that
-%    we can detect and report if the \hook{para/before} hook illigally
+%    we can detect and report if the \hook{para/before} hook illegally
 %    changed out of vmode.
 %    \begin{macrocode}
   \tex_everypar:D { \__kernel_msg_error:nnnn {para}{mode}{before}{vertical} }





More information about the latex3-commits mailing list.