[latex3-commits] [latex3/latex2e] gh1185: English Grammar (caa9775d)
github at latex-project.org
github at latex-project.org
Mon Nov 27 00:12:51 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : gh1185
Link : https://github.com/latex3/latex2e/commit/caa9775d1852e41b7a35208f9ce039874b5d61ed
>---------------------------------------------------------------
commit caa9775d1852e41b7a35208f9ce039874b5d61ed
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Sun Nov 26 23:12:51 2023 +0000
English Grammar
>---------------------------------------------------------------
caa9775d1852e41b7a35208f9ce039874b5d61ed
base/doc/ltnews39.tex | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/base/doc/ltnews39.tex b/base/doc/ltnews39.tex
index 0b60714e..857e3bb3 100644
--- a/base/doc/ltnews39.tex
+++ b/base/doc/ltnews39.tex
@@ -154,9 +154,10 @@
\subsection{Loading packages at the top level}
Packages should only be loaded with \cs{usepackage} or \cs{RequirePackage}
at the top level, not inside a group. Previously \LaTeX\ did not check this,
-which would often lead to low level errors later on if package declarations were
-reverted as a group ended.
-\LaTeX\ now checks the group level an error is thrown the package is loaded in a group..
+which would often lead to low level errors later on if package declarations
+were reverted as a group ended.
+\LaTeX\ now checks the group level and an error is thrown
+if the package is loaded in a group.
%
\githubissue{549}
More information about the latex3-commits
mailing list.