[latex3-commits] [git/LaTeX3-latex3-latex2e] copyedits-chris: Final changes to ltfilehook.dtx (a6e0549c)

Chris Rowley car222222 at github.github.io
Fri Sep 10 06:39:40 CEST 2021


Repository : https://github.com/latex3/latex2e
On branch  : copyedits-chris
Link       : https://github.com/latex3/latex2e/commit/a6e0549cb74e1190eb1e7217906ab4ca918fef45

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

commit a6e0549cb74e1190eb1e7217906ab4ca918fef45
Author: Chris Rowley <car222222 at users.noreply.github.com>
Date:   Fri Sep 10 11:39:40 2021 +0700

    Final changes to ltfilehook.dtx
    
    I hope!


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

a6e0549cb74e1190eb1e7217906ab4ca918fef45
 base/ltfilehook.dtx | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/base/ltfilehook.dtx b/base/ltfilehook.dtx
index 91fca218..d5eff486 100644
--- a/base/ltfilehook.dtx
+++ b/base/ltfilehook.dtx
@@ -278,8 +278,8 @@
 %
 %    All class or package hooks involving the name of the class or
 %    package are implemented as
-%    one-time hooks, whereas those without a name are normal hooks. This allows for the
-%    following use case
+%    one-time hooks, whereas all other such hooks are normal hooks. 
+%    This allows for the following use case
 %\begin{verbatim}
 %  \AddToHook{package/varioref/after}
 %        { ... apply my customizations if the package gets
@@ -356,7 +356,7 @@
 %      got added this way.}
 %
 %
-%    All include hooks involving the name of the included file are implemented as
+%    All \hook{include} hooks involving the name of the included file are implemented as
 %    one-time hooks (whereas all other such hooks are normal hooks).
 %
 %
@@ -724,10 +724,10 @@
 % \hook{class/} or \hook{package/} and end with \hook{/before} or
 % \hook{/after} (or \hook{/end} in case of \hook{include/}). 
 % They are all generic
-% so will be automatically declared when code is added to them.
+% so will be declared only if code is added to them.
 %
 % Those named \hook{.../after} and \texttt{include/.../end}
-% are, when code is added, automatically declared as reversed hooks.
+% are, when code is added, declared as reversed hooks.
 %
 %
 % \subsection{Patching \LaTeX{}'s \cs{InputIfFileExists} command}





More information about the latex3-commits mailing list.