diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/memoir/memoir.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/memoir/memoir.cls | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/memoir/memoir.cls b/Master/texmf-dist/tex/latex/memoir/memoir.cls index 2451f8919e0..833fe2b042e 100644 --- a/Master/texmf-dist/tex/latex/memoir/memoir.cls +++ b/Master/texmf-dist/tex/latex/memoir/memoir.cls @@ -26,7 +26,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesClass{memoir}% - [2009/07/12 v1.6180339f configurable book, report, article document class] + [2009/07/21 v1.6180339g configurable book, report, article document class] \newcommand*{\@ptsize}{} \newcommand*{\@memptsize}{} \newlength{\onelineskip} @@ -2558,7 +2558,8 @@ \m@mpn@new@schapfalse \def\@chapter[#1]#2{% - \m@mpn@new@chaptrue + \m@mpn@new@chaptrue% + \m@mpn@new@schapfalse% \def\f@rbdy{#2}% \ifx\ch@pt@c\@empty % no optional args \def\f@rtoc{#2}% @@ -2670,7 +2671,8 @@ \ifheadnameref\M@gettitle{\f@rhdr}\else\M@gettitle{#2}\fi} \newcommand{\@schapter}[1]{% - \m@mpn@new@schaptrue + \m@mpn@new@schaptrue% + \m@mpn@new@chapfalse% \def\f@rbdy{#1}% \ifartopt \@makeschapterhead{#1}% @@ -11714,7 +11716,8 @@ \AtBeginPackage{float}{\let\newfloat\relax} -\InputIfFileExists{mempatch.sty}{}{} % should be this +\IfFileExists{mempatch.sty}{% + \RequirePackage{mempatch}}{} \endinput %% |