[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: * base/doc/clsguide.tex: Fix typos. Delete whitespace. (ae4e1f74)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Apr 14 09:37:59 CEST 2023
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/ae4e1f74f2be2f8a13c0616287a8ff9009b72ca8
>---------------------------------------------------------------
commit ae4e1f74f2be2f8a13c0616287a8ff9009b72ca8
Author: dr-scsi <59777257+dr-scsi at users.noreply.github.com>
Date: Fri Apr 14 09:30:46 2023 +0200
* base/doc/clsguide.tex: Fix typos. Delete whitespace.
>---------------------------------------------------------------
ae4e1f74f2be2f8a13c0616287a8ff9009b72ca8
base/doc/clsguide.tex | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/base/doc/clsguide.tex b/base/doc/clsguide.tex
index 1431678b..93ccf0da 100644
--- a/base/doc/clsguide.tex
+++ b/base/doc/clsguide.tex
@@ -122,7 +122,7 @@ indexes of command use, and change-log lists. It is very useful for
maintaining and documenting large \TeX{} sources.
The documented sources of the \LaTeX{} kernel itself, and of the
-standard classes, etc, are |doc| documents; they are in the |.dtx|
+standard classes, etc., are |doc| documents; they are in the |.dtx|
files in the distribution. You can, in fact, typeset the source code
of the kernel as one long document, complete with index, by running
\LaTeX{} on |source2e.tex|. Typesetting these documents uses the
@@ -196,7 +196,7 @@ future releases of \LaTeX{} supporting the command.
As noted in the introduction, the \LaTeX{} kernel today loads dedicated support
from programming, here referred to as the L3 programming layer but also often
-called \pkg{expl3}. Detailes of the general approach taken by the L3
+called \pkg{expl3}. Details of the general approach taken by the L3
programming layer are given in the document \texttt{expl3}, while a reference
for all current code interfaces is available as \texttt{interface3}. This layer
contains two types of command: a documented set of commands making up the API
@@ -345,7 +345,7 @@ executed at the start or end of the preamble, at the end of the document
or at the start of every use of an environment. This can be carried
out by using hooks. As a document author, you will likely be familiar with
|\AtBeginDocument|, a wrapper around the more powerful command |\AddToHook|.
-The \LaTeX{} kernel provides a large number of dedicated hooks (applying in a
+The \LaTeX{} kernel provides a large number of dedicated hooks (applying in
a pre-defined location) and generic hooks (applying to arbitrary commands):
the interface for using these is described in \texttt{lthooks} . There are
also hooks to apply to files, described in \texttt{ltfilehooks}.
More information about the latex3-commits
mailing list.