summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-08-14 20:19:30 +0000
committerKarl Berry <karl@freefriends.org>2023-08-14 20:19:30 +0000
commit2b1293b804ab57d0ea23e022cc2b090462870e39 (patch)
tree9c02bc0f3a7a759bde6e115875b8f3b17301070b /Master/texmf-dist/source
parentcf0f4703f236165d8b7599b3ba0debdeb589c5fc (diff)
memoir (14aug23)
git-svn-id: svn://tug.org/texlive/trunk@67924 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/memoir/memoir.dtx9
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/memoir/memoir.dtx b/Master/texmf-dist/source/latex/memoir/memoir.dtx
index b22db8831bd..fb6dc088cbf 100644
--- a/Master/texmf-dist/source/latex/memoir/memoir.dtx
+++ b/Master/texmf-dist/source/latex/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}
%