[latex3-commits] [git/LaTeX3-latex3-latex2e] gh410: fix a few typos (one in the typeout of a rollback section so testfiles changed as well) (70546d42)

Frank Mittelbach frank.mittelbach at latex-project.org
Thu Oct 15 18:01:45 CEST 2020


Repository : https://github.com/latex3/latex2e
On branch  : gh410
Link       : https://github.com/latex3/latex2e/commit/70546d42e330093f78fdaac523e139f0103a5462

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

commit 70546d42e330093f78fdaac523e139f0103a5462
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Thu Oct 15 18:01:45 2020 +0200

    fix a few typos (one in the typeout of a rollback section so testfiles changed as well)


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

70546d42e330093f78fdaac523e139f0103a5462
 base/ltshipout.dtx                                 | 36 +++++++++++-----------
 base/testfiles-lthooks/shipout-000.tlg             |  4 +--
 .../tlb-latexrelease-rollback-003-often.luatex.tlg |  8 ++---
 .../tlb-latexrelease-rollback-003-often.tlg        |  8 ++---
 .../tlb-latexrelease-rollback-003-often.xetex.tlg  |  8 ++---
 base/testfiles/tlb-rollback-004-often.luatex.tlg   |  4 +--
 base/testfiles/tlb-rollback-004-often.tlg          |  4 +--
 base/testfiles/tlb-rollback-004-often.xetex.tlg    |  4 +--
 8 files changed, 38 insertions(+), 38 deletions(-)

diff --git a/base/ltshipout.dtx b/base/ltshipout.dtx
index 006af1f0..28328680 100644
--- a/base/ltshipout.dtx
+++ b/base/ltshipout.dtx
@@ -32,7 +32,7 @@
 %
 %    \begin{macrocode}
 \providecommand\ltshipoutversion{v1.0c}
-\providecommand\ltshipoutdate{2020/10/13}
+\providecommand\ltshipoutdate{2020/10/15}
 %    \end{macrocode}
 %
 %<*driver>
@@ -341,9 +341,9 @@
 %     \cs{thetotalpages}/\cs{PreviousTotalPages}
 %   \end{syntax}
 %    Command that expands to the number of total pages from the
-%    previous run.  If there was no previous run or if usedin the
+%    previous run.  If there was no previous run or if used in the
 %    preamble it expands to
-%    \texttt{0}. Note that this is a command to a counter, so in order
+%    \texttt{0}. Note that this is a command and not a counter, so in order
 %    to display the number in, say, Roman numerals you have to assign
 %    its value to a counter and then use \cs{Roman} on that counter.
 %  \end{variable}
@@ -373,7 +373,7 @@
 %    Please note that the emulation only happens if the package is
 %    explicitly requested, i.e., the commands documented below are not
 %    automatically available in the \LaTeX{} kernel!  If you write a
-%    new package we suggest to use the apropriate kernel hooks
+%    new package we suggest to use the appropriate kernel hooks
 %    directly instead of loading the emulation.
 %
 %
@@ -471,7 +471,7 @@
 % \end{function}
 %
 %    However, most use cases for \pkg{everyshi} are attempts to put
-%    some picture or text into the background or forground of the page
+%    some picture or text into the background or foreground of the page
 %    and that can be done today simply by using the
 %    \hook{shipout/background} and 
 %    \hook{shipout/foreground} hooks without any need to coding.
@@ -501,7 +501,7 @@
 %    background of every page at a position of 1in to the right and
 %    1in down from the top left corner of the page.
 %     By using the kernel hook directly you can put your material
-%    directly to the right place, i.e., use other coordiates in the
+%    directly to the right place, i.e., use other coordinates in the
 %    \cs{put} statement above.
 % \end{function}
 %
@@ -529,7 +529,7 @@
 %    \begin{macrocode}
 %<*2ekernel|latexrelease>
 %<latexrelease>\IncludeInRelease{2020/10/01}%
-%<latexrelease>                 {\shipout}{Hook mangement (shipout)}%
+%<latexrelease>                 {\shipout}{Hook management (shipout)}%
 %    \end{macrocode}
 %
 %
@@ -797,7 +797,7 @@
 %
 %
 %  \begin{macro}{\@@_saved_protect:}
-%    Remeber the current \cs{protect} state.
+%    Remember the current \cs{protect} state.
 %    \begin{macrocode}
 \cs_new_eq:NN  \@@_saved_protect: \protect
 %    \end{macrocode}
@@ -933,7 +933,7 @@
 %  \begin{macro}{\l_@@_tmp_box,\l_@@_saved_badness_tl}
 %    We need a box for the background and foreground material and a
 %    token register to remember badness settings as we disable  them
-%    during te buildup below.
+%    during the buildup below.
 %    \begin{macrocode}
 \box_new:N \l_@@_tmp_box
 \tl_new:N  \l_@@_saved_badness_tl
@@ -1497,7 +1497,7 @@
 %    
 %    \begin{macrocode}
 %<latexrelease>\IncludeInRelease{0000/00/00}%
-%<latexrelease>                 {\shipout}{The hook management (shipout)}%
+%<latexrelease>                 {\shipout}{Hook management (shipout)}%
 %<latexrelease>\expandafter\let\expandafter\shipout\csname tex_shipout:D\endcsname
 %<latexrelease>
 %<latexrelease>\let \ShipoutBox\@undefined
@@ -1533,7 +1533,7 @@
 %    \end{macrocode}
 %    We do not undo a substitution when rolling back. As the file
 %    support gets undone the underlying data is no longer used (and
-%    sufficiently obscure that should not interfer with existing
+%    sufficiently obscure that should not interfere with existing
 %    commands) and properly removing it would mean we need to make the
 %    \cs{unclare at ...} and its support macros available in all earlier
 %    kernel releases which is pointless (and actually worse).
@@ -1547,7 +1547,7 @@
 %    \end{macrocode}
 %    We do not reenable a disabled package load when rolling back. As the file
 %    support gets undone the underlying data is no longer checked (and
-%    sufficiently obscure that it should not interfer with existing
+%    sufficiently obscure that it should not interfere with existing
 %    commands) and properly removing it would mean we need to make the
 %    \cs{reenable at package@load} command available in all earlier
 %    kernel releases which is pointless (and actually worse).
@@ -1623,8 +1623,8 @@
 %    \begin{macrocode}
 %<*atbegshi-ltx>
 \ProvidesPackage{atbegshi-ltx}
-   [2020/08/17 v1.0a
-     Emulation of the original atbegshi package^^Jwith kernel methods]
+   [2020/10/15 v1.0b
+     Emulation of the original atbegshi^^Jpackage with kernel methods]
 %    \end{macrocode}
 %
 %
@@ -1690,7 +1690,7 @@
 %
 %
 %
-%  \begin{macro}{\ShipoutBoxHeight,\ShipoutBoxWidth,\ShipoutoBoxDepth}
+%  \begin{macro}{\ShipoutBoxHeight,\ShipoutBoxWidth,\ShipoutBoxDepth}
 %    This is somewhat different from the original in \pkg{atbegshi}
 %    where \cs{ShipoutBoxHeight} etc.\ only holds the
 %    \verb=\the\ht<box>= value. This may has some implications in some
@@ -1729,8 +1729,8 @@
 %
 %    \begin{macrocode}
 \ProvidesPackage{everyshi-ltx}
-   [2020/08/17 v1.0a
-    Emulation of the original everyshi package^^Jwith kernel methods]
+   [2020/10/15 v1.0b
+    Emulation of the original everyshi^^Jpackage with kernel methods]
 %    \end{macrocode}
 %    
 %  \begin{macro}{\EveryShipout,\AtNextShipout}
@@ -1760,7 +1760,7 @@
 %%
 %%   Code that directly manipulates box 255, however, might fail. 
 %%   If that is the case look at the shipout hooks offered now as
-%%   they are normally sufficienct to avoid such minpulations (or
+%%   they are normally sufficient to avoid such manipulations (or
 %%   replace box 255 with \ShipoutBox in the code.
 %%
 %</everyshi-ltx>
diff --git a/base/testfiles-lthooks/shipout-000.tlg b/base/testfiles-lthooks/shipout-000.tlg
index 1a8d5f13..14e32a63 100644
--- a/base/testfiles-lthooks/shipout-000.tlg
+++ b/base/testfiles-lthooks/shipout-000.tlg
@@ -1,6 +1,6 @@
 This is a generated file for the l3build validation system.
 Don't change this file in any respect.
 (atbegshi-ltx.sty
-Package: atbegshi-ltx ....-..-.. v... Emulation of the original atbegshi package
-with kernel methods
+Package: atbegshi-ltx ....-..-.. v... Emulation of the original atbegshi
+package with kernel methods
 )
diff --git a/base/testfiles/tlb-latexrelease-rollback-003-often.luatex.tlg b/base/testfiles/tlb-latexrelease-rollback-003-often.luatex.tlg
index e1262657..752becd1 100644
--- a/base/testfiles/tlb-latexrelease-rollback-003-often.luatex.tlg
+++ b/base/testfiles/tlb-latexrelease-rollback-003-often.luatex.tlg
@@ -193,8 +193,8 @@ Skipping: [....-..-..] Tortoise and Hare on input line ...
 Skipping: [....-..-..] Disable packages on input line ....
 Applying: [....-..-..] Disable packages on input line ....
 Skipping: [....-..-..] 2e tmp interfaces on input line ....
-Skipping: [....-..-..] Hook mangement (shipout) on input line ....
-Applying: [....-..-..] The hook management (shipout) on input line ....
+Skipping: [....-..-..] Hook management (shipout) on input line ....
+Applying: [....-..-..] Hook management (shipout) on input line ....
 LaTeX Info: Redefining \AtBeginDvi on input line ....
 Skipping: [....-..-..] atenddvi emulation on input line ....
 Applying: [....-..-..] atenddvi emulation on input line ....
@@ -652,8 +652,8 @@ Skipping: [....-..-..] Tortoise and Hare on input line ...
 Skipping: [....-..-..] Disable packages on input line ....
 Applying: [....-..-..] Disable packages on input line ....
 Skipping: [....-..-..] 2e tmp interfaces on input line ....
-Skipping: [....-..-..] Hook mangement (shipout) on input line ....
-Applying: [....-..-..] The hook management (shipout) on input line ....
+Skipping: [....-..-..] Hook management (shipout) on input line ....
+Applying: [....-..-..] Hook management (shipout) on input line ....
 LaTeX Info: Redefining \AtBeginDvi on input line ....
 Skipping: [....-..-..] atenddvi emulation on input line ....
 Applying: [....-..-..] atenddvi emulation on input line ....
diff --git a/base/testfiles/tlb-latexrelease-rollback-003-often.tlg b/base/testfiles/tlb-latexrelease-rollback-003-often.tlg
index bc2ef53f..dd411f29 100644
--- a/base/testfiles/tlb-latexrelease-rollback-003-often.tlg
+++ b/base/testfiles/tlb-latexrelease-rollback-003-often.tlg
@@ -191,8 +191,8 @@ Skipping: [....-..-..] Tortoise and Hare on input line ...
 Skipping: [....-..-..] Disable packages on input line ....
 Applying: [....-..-..] Disable packages on input line ....
 Skipping: [....-..-..] 2e tmp interfaces on input line ....
-Skipping: [....-..-..] Hook mangement (shipout) on input line ....
-Applying: [....-..-..] The hook management (shipout) on input line ....
+Skipping: [....-..-..] Hook management (shipout) on input line ....
+Applying: [....-..-..] Hook management (shipout) on input line ....
 LaTeX Info: Redefining \AtBeginDvi on input line ....
 Skipping: [....-..-..] atenddvi emulation on input line ....
 Applying: [....-..-..] atenddvi emulation on input line ....
@@ -644,8 +644,8 @@ Skipping: [....-..-..] Tortoise and Hare on input line ...
 Skipping: [....-..-..] Disable packages on input line ....
 Applying: [....-..-..] Disable packages on input line ....
 Skipping: [....-..-..] 2e tmp interfaces on input line ....
-Skipping: [....-..-..] Hook mangement (shipout) on input line ....
-Applying: [....-..-..] The hook management (shipout) on input line ....
+Skipping: [....-..-..] Hook management (shipout) on input line ....
+Applying: [....-..-..] Hook management (shipout) on input line ....
 LaTeX Info: Redefining \AtBeginDvi on input line ....
 Skipping: [....-..-..] atenddvi emulation on input line ....
 Applying: [....-..-..] atenddvi emulation on input line ....
diff --git a/base/testfiles/tlb-latexrelease-rollback-003-often.xetex.tlg b/base/testfiles/tlb-latexrelease-rollback-003-often.xetex.tlg
index 73d794c5..105dbe43 100644
--- a/base/testfiles/tlb-latexrelease-rollback-003-often.xetex.tlg
+++ b/base/testfiles/tlb-latexrelease-rollback-003-often.xetex.tlg
@@ -191,8 +191,8 @@ Skipping: [....-..-..] Tortoise and Hare on input line ...
 Skipping: [....-..-..] Disable packages on input line ....
 Applying: [....-..-..] Disable packages on input line ....
 Skipping: [....-..-..] 2e tmp interfaces on input line ....
-Skipping: [....-..-..] Hook mangement (shipout) on input line ....
-Applying: [....-..-..] The hook management (shipout) on input line ....
+Skipping: [....-..-..] Hook management (shipout) on input line ....
+Applying: [....-..-..] Hook management (shipout) on input line ....
 LaTeX Info: Redefining \AtBeginDvi on input line ....
 Skipping: [....-..-..] atenddvi emulation on input line ....
 Applying: [....-..-..] atenddvi emulation on input line ....
@@ -653,8 +653,8 @@ Skipping: [....-..-..] Tortoise and Hare on input line ...
 Skipping: [....-..-..] Disable packages on input line ....
 Applying: [....-..-..] Disable packages on input line ....
 Skipping: [....-..-..] 2e tmp interfaces on input line ....
-Skipping: [....-..-..] Hook mangement (shipout) on input line ....
-Applying: [....-..-..] The hook management (shipout) on input line ....
+Skipping: [....-..-..] Hook management (shipout) on input line ....
+Applying: [....-..-..] Hook management (shipout) on input line ....
 LaTeX Info: Redefining \AtBeginDvi on input line ....
 Skipping: [....-..-..] atenddvi emulation on input line ....
 Applying: [....-..-..] atenddvi emulation on input line ....
diff --git a/base/testfiles/tlb-rollback-004-often.luatex.tlg b/base/testfiles/tlb-rollback-004-often.luatex.tlg
index 3bbff5ed..ccd7dc0d 100644
--- a/base/testfiles/tlb-rollback-004-often.luatex.tlg
+++ b/base/testfiles/tlb-rollback-004-often.luatex.tlg
@@ -248,8 +248,8 @@ Skipping: [....-..-..] Tortoise and Hare on input line ...
 Skipping: [....-..-..] Disable packages on input line ....
 Applying: [....-..-..] Disable packages on input line ....
 Skipping: [....-..-..] 2e tmp interfaces on input line ....
-Skipping: [....-..-..] Hook mangement (shipout) on input line ....
-Applying: [....-..-..] The hook management (shipout) on input line ....
+Skipping: [....-..-..] Hook management (shipout) on input line ....
+Applying: [....-..-..] Hook management (shipout) on input line ....
 LaTeX Info: Redefining \AtBeginDvi on input line ....
 Skipping: [....-..-..] atenddvi emulation on input line ....
 Applying: [....-..-..] atenddvi emulation on input line ....
diff --git a/base/testfiles/tlb-rollback-004-often.tlg b/base/testfiles/tlb-rollback-004-often.tlg
index f367ea1d..975cfb87 100644
--- a/base/testfiles/tlb-rollback-004-often.tlg
+++ b/base/testfiles/tlb-rollback-004-often.tlg
@@ -246,8 +246,8 @@ Skipping: [....-..-..] Tortoise and Hare on input line ...
 Skipping: [....-..-..] Disable packages on input line ....
 Applying: [....-..-..] Disable packages on input line ....
 Skipping: [....-..-..] 2e tmp interfaces on input line ....
-Skipping: [....-..-..] Hook mangement (shipout) on input line ....
-Applying: [....-..-..] The hook management (shipout) on input line ....
+Skipping: [....-..-..] Hook management (shipout) on input line ....
+Applying: [....-..-..] Hook management (shipout) on input line ....
 LaTeX Info: Redefining \AtBeginDvi on input line ....
 Skipping: [....-..-..] atenddvi emulation on input line ....
 Applying: [....-..-..] atenddvi emulation on input line ....
diff --git a/base/testfiles/tlb-rollback-004-often.xetex.tlg b/base/testfiles/tlb-rollback-004-often.xetex.tlg
index e6b5920e..e113bc1b 100644
--- a/base/testfiles/tlb-rollback-004-often.xetex.tlg
+++ b/base/testfiles/tlb-rollback-004-often.xetex.tlg
@@ -246,8 +246,8 @@ Skipping: [....-..-..] Tortoise and Hare on input line ...
 Skipping: [....-..-..] Disable packages on input line ....
 Applying: [....-..-..] Disable packages on input line ....
 Skipping: [....-..-..] 2e tmp interfaces on input line ....
-Skipping: [....-..-..] Hook mangement (shipout) on input line ....
-Applying: [....-..-..] The hook management (shipout) on input line ....
+Skipping: [....-..-..] Hook management (shipout) on input line ....
+Applying: [....-..-..] Hook management (shipout) on input line ....
 LaTeX Info: Redefining \AtBeginDvi on input line ....
 Skipping: [....-..-..] atenddvi emulation on input line ....
 Applying: [....-..-..] atenddvi emulation on input line ....





More information about the latex3-commits mailing list.