summaryrefslogtreecommitdiff
path: root/macros/latex/base/ltfssaxes.dtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-06-02 03:03:43 +0000
committerNorbert Preining <norbert@preining.info>2024-06-02 03:03:43 +0000
commitd751a6e51be81d6c1ba797cd91d4079e7e2e407b (patch)
tree30738f61076dd0b1543343a753941b74ad1b07d7 /macros/latex/base/ltfssaxes.dtx
parentc4af6b71665be2eeee42e63d081e50debde63162 (diff)
CTAN sync 202406020303
Diffstat (limited to 'macros/latex/base/ltfssaxes.dtx')
-rw-r--r--macros/latex/base/ltfssaxes.dtx10
1 files changed, 5 insertions, 5 deletions
diff --git a/macros/latex/base/ltfssaxes.dtx b/macros/latex/base/ltfssaxes.dtx
index 6fefa5cee9..8b5014a4cc 100644
--- a/macros/latex/base/ltfssaxes.dtx
+++ b/macros/latex/base/ltfssaxes.dtx
@@ -28,14 +28,14 @@
% \fi
% \iffalse
%%% From File: ltfssaxes.dtx
-%% Copyright (C) 1999-2020 Frank Mittelbach
+%% Copyright (C) 2019-2020 Frank Mittelbach
%
%<*driver>
% \fi
%
%
\ProvidesFile{ltfssaxes.dtx}
- [2023/10/30 v1.0i LaTeX Kernel (NFSS Axes handing)]
+ [2024/02/08 v1.0i LaTeX Kernel (NFSS Axes handing)]
% \iffalse
\documentclass{ltxdoc}
\begin{document}
@@ -1087,7 +1087,7 @@
%
% Shapes are also split in two axes (though it could be more if
% that is desirable), essentially building in an ``sc''
-% axis).
+% axis.
%
% \begin{macrocode}
%<*2ekernel|latexrelease>
@@ -1118,7 +1118,7 @@
% resets everything and \texttt{up} changes italic or slanted to
% upright and \texttt{ulc} undoes small caps.
%
-% So we now offer \cs{normalshape} (using \cs{shapedefault} which
+% So we now offer \cs{normalshape} (using \cs{shapedefault}) which
% is normally the same as calling both \cs{ulcshape} and
% \cs{upshape}, only more efficient.
%
@@ -1494,7 +1494,7 @@
% provide. So its redefinitions for the various shape commands,
% such as \cs{itshape} should no longer happen. We therefore force
% the standard definitions at \cs{AtBeginDocument} (later when this
-% is defined. Once
+% is defined). Once
% \texttt{fontaxes} is no longer doing such redefinitions that could
% be taken out again.
%