[latex3-commits] [git/LaTeX3-latex3-latex2e] gh920: Minor fixes (1e75c114)
PhelypeOleinik
phelype.oleinik at latex-project.org
Thu Nov 10 04:54:20 CET 2022
Repository : https://github.com/latex3/latex2e
On branch : gh920
Link : https://github.com/latex3/latex2e/commit/1e75c11416d6e3852d531732c562c384d437e25f
>---------------------------------------------------------------
commit 1e75c11416d6e3852d531732c562c384d437e25f
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Thu Nov 10 00:54:20 2022 -0300
Minor fixes
>---------------------------------------------------------------
1e75c11416d6e3852d531732c562c384d437e25f
base/doc/ltnews37.tex | 12 ++++++------
base/ltshipout.dtx | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/base/doc/ltnews37.tex b/base/doc/ltnews37.tex
index f1622515..827a8f2e 100644
--- a/base/doc/ltnews37.tex
+++ b/base/doc/ltnews37.tex
@@ -163,13 +163,13 @@
Since October 2020 the shipout process offers a number of hooks to
adjust what is happening before, during, and after the
-\cs{shipout}. For example, with the \hook{shipout/before} hook packages
-can reset code they have altered (e.g., \cs{catcode}s during verbatim
-like processing) and with \hook{shipout/background} and
-\hook{shipout/foreground} some material could be added to every
-page. Details are given in \cite{37:ltshipout-doc}. However, what was
+\cs{shipout}. For example, with the \hook{shipout/before} hook, packages
+can reset code they have altered (e.g., \cs{catcode}s during
+verbatim-like processing) and with \hook{shipout/background} and
+\hook{shipout/foreground} material can be added to the pages.
+Details are given in \cite{37:ltshipout-doc}. However, what was
missing was a hook that allows a package writer to manipulate the
-complete page (with foreground and background attached) just before
+completed page (with foreground and background attached) just before
the actual shipout happens.
For this we now provide the additional hook \hook{shipout}. One
diff --git a/base/ltshipout.dtx b/base/ltshipout.dtx
index 7a9cdaa2..7aa07f75 100644
--- a/base/ltshipout.dtx
+++ b/base/ltshipout.dtx
@@ -322,7 +322,7 @@
% If any of the hooks has no code then the corresponding box is
% added at that point.
%
-% Once the (page) box as gotting the above extra content it can
+% Once the (page) box has got the above extra content it can
% again be manipulated using the \hook{shipout} hook and then
% is shipped out for real.
%
More information about the latex3-commits
mailing list.