summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/memoir/memoir.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/memoir/memoir.dtx')
-rw-r--r--macros/latex/contrib/memoir/memoir.dtx17
1 files changed, 14 insertions, 3 deletions
diff --git a/macros/latex/contrib/memoir/memoir.dtx b/macros/latex/contrib/memoir/memoir.dtx
index 1d45b94727..be0f5d3651 100644
--- a/macros/latex/contrib/memoir/memoir.dtx
+++ b/macros/latex/contrib/memoir/memoir.dtx
@@ -20,7 +20,7 @@
% This work consists of the files listed in the README file.
%
% \fi
-% \CheckSum{31149}
+% \CheckSum{31157}
%
% \changes{v0.1}{2001/05/20}{First public alpha release}
% \changes{v0.2}{2001/06/03}{First beta release}
@@ -121,6 +121,7 @@
% \changes{v3.7j}{2019/11/21}{Typo in embeded textcase, now that it is
% inside \cs{IfFileExists} \# needs to be doubled}
% \changes{v3.7k}{2020/03/25}{Maintenance}
+% \changes{v3.7l}{2020/06/02}{Small preparation for october kernel update}
%
% \def\dtxfile{memoir.dtx}
%
@@ -180,6 +181,7 @@
% \def\fileversion{v3.7i} \def\filedate{2019/11/15}
% \def\fileversion{v3.7j} \def\filedate{2019/11/21}
% \def\fileversion{v3.7k} \def\filedate{2020/03/25}
+% \def\fileversion{v3.7l} \def\filedate{2020/06/02}
% \title{The LaTeX \Lpack{memoir} class for configurable book
% typesetting: Source code\thanks{This
% file (\texttt{\dtxfile}) has version number \fileversion, last revised
@@ -410,11 +412,11 @@
% Announce the name, option files and version for LaTeX2e files:
% \begin{macrocode}
%<class>\ProvidesClass{memoir}%
-%<class> [2020/03/25 v3.7k configurable book, report, article document class]
+%<class> [2020/06/02 v3.7l configurable book, report, article document class]
% \end{macrocode}
% In the manual it is useful to know the current version.
% \begin{macrocode}
-%<class>\newcommand\memversion{v3.7k, 2020/03/25}
+%<class>\newcommand\memversion{v3.7l, 2020/06/02}
%<9pt>\ProvidesFile{mem9.clo}%
%<9pt> [2008/01/30 v0.4 memoir class 9pt size option]
%<10pt>\ProvidesFile{mem10.clo}%
@@ -34454,6 +34456,14 @@
% the kernel's \\
% \verb?\, (\thinspace) = 3/18 em?
% \changes{v1.4}{2003/11/16}{Extra text spacing macros from patch v1.4}
+% \changes{v3.7l}{2020/06/02}{Added kernel wrapper}
+% As of the kernel/format update for october 2020, these will be moved
+% to the kernel, so we remove them of you are using that kernel.
+% \begin{macrocode}
+\@ifl@t@r\fmtversion{2020-10-01}{
+ % nothing to do with newer kernel
+}{%
+% \end{macrocode}
% \begin{macro}{\medspace}
% \begin{macro}{\:}
% Medium space \verb?\: (\medspace) = 4/18 em?
@@ -34473,6 +34483,7 @@
\DeclareRobustCommand{\!}{%
\relax\ifmmode\mskip-\thinmuskip\else\negthinspace\fi}
+} % end kernel version wrapper
% \end{macrocode}
% \end{macro}
%