[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Avoid an overfull line (b9d9a913)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Apr 11 13:09:11 CEST 2023
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/b9d9a91304032bcdb3690eb245340096b370180d
>---------------------------------------------------------------
commit b9d9a91304032bcdb3690eb245340096b370180d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Jan 12 13:26:31 2023 +0000
Avoid an overfull line
>---------------------------------------------------------------
b9d9a91304032bcdb3690eb245340096b370180d
base/doc/clsguide.tex | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/base/doc/clsguide.tex b/base/doc/clsguide.tex
index 406989dd..c5a8c4e7 100644
--- a/base/doc/clsguide.tex
+++ b/base/doc/clsguide.tex
@@ -268,8 +268,8 @@ Thus, instead of using |\def...| we recommend using one of |\newcommand|,
interfaces |\NewDocumentCommand|, etc. (see \texttt{usrguide} for details of
these commands).
-When you define an environment, use |\NewDocumentEnviornment| or
-|\ReewDocumentEnviornment| instead |\def\foo{...}| and |\def\endfoo{...}|.
+When you define an environment, use |\NewDocumentEnviornment|, etc.,
+instead |\def\foo{...}| and |\def\endfoo{...}|.
If you need to set or change the value of a \m{dimen} or \m{skip} register, use
|\setlength|.
More information about the latex3-commits
mailing list.