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.dtx9
1 files changed, 6 insertions, 3 deletions
diff --git a/macros/latex/contrib/memoir/memoir.dtx b/macros/latex/contrib/memoir/memoir.dtx
index b22db8831b..fb6dc088cb 100644
--- a/macros/latex/contrib/memoir/memoir.dtx
+++ b/macros/latex/contrib/memoir/memoir.dtx
@@ -131,6 +131,8 @@
% \changes{v3.7r}{2022/07/29}{Maintenance}
% \changes{v3.7.19}{2022/11/17}{Maintenance}
% \changes{v3.8}{2023/08/08}{Maintenance, see the README for details}
+% \changes{v3.8a}{2023/08/14}{Forgot to enable stopping if the LaTeX
+% format is too old}
%
% \def\dtxfile{memoir.dtx}
%
@@ -431,8 +433,8 @@
% Announce the name, option files and version for LaTeX2e files:
% \begin{macrocode}
%<class>\ProvidesClass{memoir}%
-%<class> [2023/08/08 v3.8 configurable book, report, article document class]
-%<class>\newcommand\memversion{v3.8, 2023/08/08}
+%<class> [2023/08/14 v3.8a configurable book, report, article document class]
+%<class>\newcommand\memversion{v3.8a, 2023/08/14}
% \end{macrocode}
%
% \changes{v3.7m}{2020/08/05}{Added \cs{IfFormatAtLeastTF}}
@@ -456,6 +458,7 @@
%
% Stop the loading if the kernel is too old (as \cs{NeedsTeXFormat}
% only issues a warning). Though we cannot do much about nonstopmode.
+% \changes{v3.8a}{2023/08/14}{Forgot to enable the stop mode}
% \begin{macrocode}
%<class>\IfFormatAtLeastTF{\mem@atleast@kernel}{}{
%<class> \ClassError{memoir}{%
@@ -464,7 +467,7 @@
%<class> from at least \mem@atleast@kernel\space onwards. Please update your\MessageBreak
%<class> entire LaTeX installation instead of manually updating\MessageBreak
%<class> just memoir}{}
-%<class> % \batchmode\read-1to\@tempa% evil mode engaged
+%<class> \batchmode\read-1to\@tempa% evil mode engaged
%<class>}
% \end{macrocode}
%