[latex3-commits] [git/LaTeX3-latex3-latex2e] firstaid-crop: from review: \LaTeX{} and no \relax (59e0e276)

Ulrike Fischer fischer at troubleshooting-tex.de
Wed Dec 7 09:46:02 CET 2022


Repository : https://github.com/latex3/latex2e
On branch  : firstaid-crop
Link       : https://github.com/latex3/latex2e/commit/59e0e276e4e90b9e9c6375a0e7f3a506ce9b0a17

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

commit 59e0e276e4e90b9e9c6375a0e7f3a506ce9b0a17
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Wed Dec 7 09:46:02 2022 +0100

    from review: \LaTeX{} and no \relax


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

59e0e276e4e90b9e9c6375a0e7f3a506ce9b0a17
 required/firstaid/latex2e-first-aid-for-external-files.dtx | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/required/firstaid/latex2e-first-aid-for-external-files.dtx b/required/firstaid/latex2e-first-aid-for-external-files.dtx
index 3fd23551..7dc162d1 100644
--- a/required/firstaid/latex2e-first-aid-for-external-files.dtx
+++ b/required/firstaid/latex2e-first-aid-for-external-files.dtx
@@ -65,7 +65,7 @@
 %
 %    For that reason, it is put into a separate bundle so that we can
 %    update it easily without requiring the CTAN maintainers to
-%    install a new full LaTeX system just because we take out (or add)
+%    install a new full \LaTeX{} system just because we take out (or add)
 %    a fix for a package here.
 %
 %    In the best case scenario the file documented here should be
@@ -429,7 +429,7 @@
 % \subsection{The \pkg{songs} package first aid}
 %
 %    The songs package uses \cs{obeylines} and redefines \cs{par} for special effect.
-%    this no longer works in LaTeX 2022-06-01 (gh issue 367). The following
+%    this no longer works in \LaTeX{} 2022-06-01 (gh issue 367). The following
 %    fixes at least one failure.
 %    \begin{macrocode}
 \AddToHook{file/songs.sty/after}[firstaid]{%
@@ -445,7 +445,7 @@
 %
 % \subsection{The \pkg{crop} package first aid}
 %
-%    The crop packages fails currently due to two LaTeX changes:
+%    The crop packages fails currently due to two \LaTeX{} changes:
 %    It doesn't know that \cs{stockheight} and \cs{stockwidth} 
 %    are now defined, and doesn't take into account that \cs{rlap}
 %    is robust (https://github.com/rrthomas/crop/issues/2).
@@ -456,8 +456,8 @@
 \AddToHook{file/crop.sty/after}[firstaid]{%
   \FirstAidNeededT{crop}{sty}{2017/11/19 1.10 crop marks (mf)}%
                   {%
-  \ifdim\stockwidth  > 0pt\relax \else \stockwidth\paperwidth \fi  
-  \ifdim\stockheight > 0pt\relax \else \stockheight\paperheight \fi 
+  \ifdim\stockwidth  > 0pt \else \stockwidth\paperwidth \fi  
+  \ifdim\stockheight > 0pt \else \stockheight\paperheight \fi 
   \renewcommand*\CROP at genreflect[1]{%
     \leavevmode
     \dimen0\CROP at horigin





More information about the latex3-commits mailing list.