[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: fixed a few typos and altered some wordings (2f8b475d)
Frank Mittelbach
frank.mittelbach at latex-project.org
Mon Aug 31 10:55:51 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/2f8b475dfa0438f2e877f9f3992d9e3a1fe9674b
>---------------------------------------------------------------
commit 2f8b475dfa0438f2e877f9f3992d9e3a1fe9674b
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Mon Aug 31 10:55:51 2020 +0200
fixed a few typos and altered some wordings
>---------------------------------------------------------------
2f8b475dfa0438f2e877f9f3992d9e3a1fe9674b
base/lthooks.dtx | 31 +++++++++++++++----------------
base/ltshipout.dtx | 27 ++++++++++++++-------------
2 files changed, 29 insertions(+), 29 deletions(-)
diff --git a/base/lthooks.dtx b/base/lthooks.dtx
index 2412697a..b1e39857 100644
--- a/base/lthooks.dtx
+++ b/base/lthooks.dtx
@@ -32,7 +32,7 @@
%
% \begin{macrocode}
\def\lthooksversion{v1.0a}
-\def\lthooksdate{2020/08/30}
+\def\lthooksdate{2020/08/31}
% \end{macrocode}
%
%<*driver>
@@ -1266,7 +1266,7 @@
% initializations that shouldn't be altered and are therefore
% coming later.
%
-% This hook should not be used to add material for typesetting as
+% The hook should not be used to add material for typesetting as
% we are still in \LaTeX's initialization phase and not in the
% document body. If such material needs to be added to the document
% body use the next hook instead.
@@ -1430,29 +1430,28 @@
% \item[\hook{normalfont}]
%
% The \cs{normalfont} command resets font encoding family series
-% and shape to thier document defaults. It then executes this
+% and shape to their document defaults. It then executes this
% hook and finally calls \cs{selectfont}.
%
% \item[\hook{expand at font@defaults}]
%
-% The internal \cs{expand at font@defaults} commands expands and
-% saves the current defaults for the meta families (rm/sf/tt) and
-% the meta series (bf/md). If the NFSS machinery has been augmented,
-% e.g., for Chinese or Japanese fonts, then further defaults may need
-% to be setat this point. This can be done in this hook which is executed
-% at the end of this macro.
+% The internal \cs{expand at font@defaults} command expands and
+% saves the current defaults for the meta families (rm/sf/tt) and
+% the meta series (bf/md). If the NFSS machinery has been
+% augmented, e.g., for Chinese or Japanese fonts, then further
+% defaults may need to be set at this point. This can be done in
+% this hook which is executed at the end of this macro.
%
% \item[\hook{bfseries/defaults}, \hook{bfseries}]
%
% If the \cs{bfdefault} was explicitly changed by the user its
-% new value is used to set the bf series defaults for the meta families
-% (rm/sf/tt) when \cs{bfseries} is called. In the
+% new value is used to set the bf series defaults for the meta
+% families (rm/sf/tt) when \cs{bfseries} is called. In the
% \hook{bfseries/defaults} hook further adjustments can be made
-% in this case.
-% This hook is only executed if such a
-% change is detected. In contrast the \hook{bfseries} hook is
-% always executed just before \cs{selectfont} is called to change
-% to the new series.
+% in this case. This hook is only executed if such a change is
+% detected. In contrast the \hook{bfseries} hook is always
+% executed just before \cs{selectfont} is called to change to the
+% new series.
%
%
% \item[\hook{mdseries/defaults}, \hook{mdseries}]
diff --git a/base/ltshipout.dtx b/base/ltshipout.dtx
index 5c178d1f..650c4686 100644
--- a/base/ltshipout.dtx
+++ b/base/ltshipout.dtx
@@ -32,7 +32,7 @@
%
% \begin{macrocode}
\providecommand\ltshipoutversion{v1.0a}
-\providecommand\ltshipoutdate{2020/08/30}
+\providecommand\ltshipoutdate{2020/08/31}
% \end{macrocode}
%
%<*driver>
@@ -151,7 +151,7 @@
% \item[\hook{shipout/background}]
%
% This hook adds a picture environment into the background of
-% the page (with the \texttt{(0,0)} coordinate in the top-left
+% the page with the \texttt{(0,0)} coordinate in the top-left
% corner using a \cs{unitlength} of \texttt{1pt}.
%
% It should therefore only receive \cs{put} commands or other
@@ -168,7 +168,7 @@
% \item[\hook{shipout/foreground}]
%
% This hook adds a picture environment into the foreground of
-% the page (with the \texttt{(0,0)} coordinate in the top-left
+% the page with the \texttt{(0,0)} coordinate in the top-left
% corner using a \cs{unitlength} of \texttt{1pt}.
%
% Technically this is implemented by adding a zero-sized
@@ -193,18 +193,19 @@
% \item[\hook{shipout/lastpage}]
%
% The corresponding hook to add \cs{special}s at the very end of
-% the output file. It is only entered on the very last page.
+% the output file. It is only executed on the very last page ---
+% or rather on the page that \LaTeX{} believes is the last one.
%
-% It may not be possible for \LaTeX{} to correctly determine which page is
-% the last one without several reruns. If this happens and the
-% hook is non-empty then \LaTeX{} will add an extra page to
-% place the material and also request a rerun to get the correct
-% placement sorted out.
+% It may not be possible for \LaTeX{} to correctly determine
+% which page is the last one without several reruns. If this
+% happens and the hook is non-empty then \LaTeX{} will add an
+% extra page to place the material and also request a rerun to
+% get the correct placement sorted out.
%
% \end{description}
% \end{variable}\footnotetext{In
-% \LaTeXe{} that was already existing but implemented as a box
-% register \cs{@begindvibox}.}
+% \LaTeXe{} that was already existing, but implemented using a box
+% register with the name \cs{@begindvibox}.}
%
% As mentioned above the hook \hook{shipout/before} is executed
% first and can manipulate the prepared shipout box stored in
@@ -347,7 +348,7 @@
% \end{syntax}
% Turn the debugging of shipout code on or off. This displays
% changes made to the shipout data structures. \fmi{This needs
-% some rationalizing and will probably not stay this way.}
+% some rationalizing and may not stay this way.}
% \end{function}
%
%
@@ -1258,7 +1259,7 @@
{
% \end{macrocode}
% This ends up in the \texttt{.aux} so we use \LaTeXe{} names here.
-% \fmi{this needs an interface for \cs{nofiles} in expl3, doesn't at the moment!}
+% \fmi{This needs an interface for \cs{nofiles} in expl3, doesn't at the moment!}
% \begin{macrocode}
\if at filesw
\iow_now:Nx \@auxout {
More information about the latex3-commits
mailing list.