[latex3-commits] [git/LaTeX3-latex3-latex2e] shipout-hook-adjust: fix typos (9fc6780f)
Frank Mittelbach
frank.mittelbach at latex-project.org
Mon Jan 11 00:03:03 CET 2021
Repository : https://github.com/latex3/latex2e
On branch : shipout-hook-adjust
Link : https://github.com/latex3/latex2e/commit/9fc6780fde7e6e2b5af022c5b613755f8390aa1e
>---------------------------------------------------------------
commit 9fc6780fde7e6e2b5af022c5b613755f8390aa1e
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Mon Jan 11 00:03:03 2021 +0100
fix typos
>---------------------------------------------------------------
9fc6780fde7e6e2b5af022c5b613755f8390aa1e
base/changes.txt | 4 ++--
base/ltshipout.dtx | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/base/changes.txt b/base/changes.txt
index efe2d184..546385f8 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -10,10 +10,10 @@ are not part of the distribution.
* ltshipout.dtx:
Added internal \@kernel at after@shipout at background hook.
- Added public shipout/after hook
+ Added public shipout/after hook
(subsection{Overloading the \shipout primitive}):
- Add \RawShipout for shipping out while bypassing moast hooks.
+ Add \RawShipout for shipping out while bypassing most hooks.
(subsection{Emulating atbegshi}): Added
\AtBeginShipoutOriginalShipout to the emulation of atbegshi.
diff --git a/base/ltshipout.dtx b/base/ltshipout.dtx
index f70c5444..fb6015c5 100644
--- a/base/ltshipout.dtx
+++ b/base/ltshipout.dtx
@@ -696,7 +696,7 @@
{ \@@_add_foreground_picture:n
{ \hook_use:n {shipout/foreground} } }
% \end{macrocode}
-% If the user hook for the backgroun (\hook(shipout/background) has
+% If the user hook for the background (\hook{shipout/background}) has
% no code, there might still code in the kernel hook so we need to
% test for this too.
% We only test for the \cs{@kernel at before@shipout at background}
@@ -734,7 +734,7 @@
% shipout has happened (\verb=#3=).
% These are passed as arguments because the same code without those
% hooks is also used when doing a ``raw'' shipout implemented by
-% \cs{RawShipout).
+% \cs{RawShipout}.
% The only hook that is always executed is that for the very last
% page, i.e., \hook{shipout/lastpage}.
%
@@ -1851,7 +1851,7 @@
% \end{macrocode}
% \end{macro}
%
-% \begin{macro}\AtBeginShipoutOriginalShipout}
+% \begin{macro}{\AtBeginShipoutOriginalShipout}
% This offers the raw \cs{shipout} primitive of the engine. A page
% shipped out with this is not counted by
% \cs{ReadonlyShipoutCounter} counter and thus the mechanism to
More information about the latex3-commits
mailing list.