Skip to content

Commit

Permalink
drop a few unnecessary %
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankMittelbach committed Jan 25, 2025
1 parent fb8fca7 commit 00a6f7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions required/firstaid/latex2e-first-aid-for-external-files.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
% \end{macrocode}
%
% \begin{macrocode}
\def\LaTeXFirstAidDate{2025/01/18}
\def\LaTeXFirstAidDate{2025/01/25}
\def\LaTeXFirstAidVersion{v1.1k}
% \end{macrocode}
%
Expand Down Expand Up @@ -330,7 +330,7 @@
%
% \begin{macrocode}
\ExplSyntaxOn
\AddToHook{file/pgfpages.sty/after}[firstaid]{%
\AddToHook{file/pgfpages.sty/after}[firstaid]{
% \end{macrocode}
% Undo overwriting \cs{shipout}:
% \begin{macrocode}
Expand Down Expand Up @@ -793,12 +793,12 @@
% to make use of the old mechanism no longer active), so we reset
% to the kernel version.
% \begin{macrocode}
\DeclareRobustCommand*\markboth[2]{%
\DeclareRobustCommand*\markboth[2]{
\mark_insert:nn{2e-left}{#1}
\mark_insert:nn{2e-right}{#2}
\tl_if_empty:nF{#2}{ \mark_insert:nn{2e-right-nonempty}{#2} }
}
\DeclareRobustCommand*\markright[1]{%
\DeclareRobustCommand*\markright[1]{
\mark_insert:nn{2e-right}{#1}
\tl_if_empty:nF{#1}{ \mark_insert:nn{2e-right-nonempty}{#1} }
}
Expand Down

0 comments on commit 00a6f7a

Please sign in to comment.