[latex3-commits] [latex3/latex2e] gh1185: more words for ltnews (d023d736)

github at latex-project.org github at latex-project.org
Sun Nov 26 23:44:58 CET 2023


Repository : https://github.com/latex3/latex2e
On branch  : gh1185
Link       : https://github.com/latex3/latex2e/commit/d023d73665387e8684da65980346dffe535620ae

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

commit d023d73665387e8684da65980346dffe535620ae
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Sun Nov 26 22:44:58 2023 +0000

    more words for ltnews


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

d023d73665387e8684da65980346dffe535620ae
 base/doc/ltnews39.tex | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/base/doc/ltnews39.tex b/base/doc/ltnews39.tex
index f772e666..0b60714e 100644
--- a/base/doc/ltnews39.tex
+++ b/base/doc/ltnews39.tex
@@ -154,7 +154,9 @@
 \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,
-but now an error is thrown if this occurs.
+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..
 %
 \githubissue{549}
 





More information about the latex3-commits mailing list.