summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/memoir/memoir.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/memoir/memoir.cls')
-rw-r--r--Master/texmf-dist/tex/latex/memoir/memoir.cls10
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/memoir/memoir.cls b/Master/texmf-dist/tex/latex/memoir/memoir.cls
index 6a97300b66f..7b174c9ff58 100644
--- a/Master/texmf-dist/tex/latex/memoir/memoir.cls
+++ b/Master/texmf-dist/tex/latex/memoir/memoir.cls
@@ -28,8 +28,8 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{memoir}%
- [2021/03/23 v3.7o configurable book, report, article document class]
-\newcommand\memversion{v3.7o, 2021/03/23}
+ [2021/06/16 v3.7p configurable book, report, article document class]
+\newcommand\memversion{v3.7p, 2021/06/16}
\newcommand*{\@ptsize}{}
\newcommand*{\@memptsize}{}
\newlength{\onelineskip}
@@ -4258,6 +4258,7 @@
\renewcommand\@chapapp{\appendixname}%
\renewcommand\thechapter{\@Alph\c@chapter}%
\restoreapp
+ \def\theHchapter{\Alph{chapter}}
}
\newenvironment{appendices}%
@@ -4270,6 +4271,7 @@
\par
\setcounter{section}{0}
\renewcommand{\thesection}{\setthesection}
+ \def\theHsection{\theHchapter.\Alph{section}}
}
\newif\ifnamesubappendix
@@ -4287,7 +4289,9 @@
{}{\csname ##1name\endcsname\ }%
\csname the##1\endcsname\quad}
\fi
- }{}
+}{%
+ \def\theHsection{\theHchapter.\arabic{section}}
+}
\newcommand*{\leadpagetoclevel}{chapter}
\newcommand*{\newleadpage}[3][empty]{%