[latex3-commits] [git/LaTeX3-latex3-latex2e] gh704: fix typos and remove unnecessary \normalfont (ab50e641)
Frank Mittelbach
frank.mittelbach at latex-project.org
Fri Dec 10 09:36:49 CET 2021
Repository : https://github.com/latex3/latex2e
On branch : gh704
Link : https://github.com/latex3/latex2e/commit/ab50e6417b7f8e556998887e982c8c6318d41794
>---------------------------------------------------------------
commit ab50e6417b7f8e556998887e982c8c6318d41794
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Fri Dec 10 09:36:49 2021 +0100
fix typos and remove unnecessary \normalfont
>---------------------------------------------------------------
ab50e6417b7f8e556998887e982c8c6318d41794
base/changes.txt | 2 +-
base/proc.dtx | 8 +++-----
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/base/changes.txt b/base/changes.txt
index 4c929b38..5f1fabcf 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -9,7 +9,7 @@ are not part of the distribution.
2021-12-09 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
* proc.dtx (subsection{The page style}):
- Support twoside by provided an appropriate footer line (gh/704).
+ Support twoside by providing an appropriate footer line (gh/704).
2021-12-08 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
diff --git a/base/proc.dtx b/base/proc.dtx
index 9e19d02c..a82bc115 100644
--- a/base/proc.dtx
+++ b/base/proc.dtx
@@ -338,16 +338,14 @@
% \begin{macrocode}
\let\@oddhead\@empty
\let\@evenhead\@empty
-\def\@oddfoot{\normalfont\rightmark \hfil
- \pagename{} \thepage}
+\def\@oddfoot{\rightmark \hfil \pagename{} \thepage}
% \end{macrocode}
-% If the \texttt{twoside} option is passed to the classe we provide
+% If the \texttt{twoside} option is passed to the class we provide
% a different footer that shows the \cs{leftmark} if that is set.
% \changes{v1.3m}{2021/12/09}{Support twoside (gh/704)}
% \begin{macrocode}
\if at twoside
- \def\@evenfoot{\normalfont\pagename{} \thepage
- \hfil \leftmark}
+ \def\@evenfoot{\pagename{} \thepage \hfil \leftmark}
\else
\def\@evenfoot{\@oddfoot}
\fi
More information about the latex3-commits
mailing list.