summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/memoir/memoir.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-07-22 22:49:17 +0000
committerKarl Berry <karl@freefriends.org>2009-07-22 22:49:17 +0000
commit59791193fe9827730150df0600e00156c8a66711 (patch)
tree2c53f755ccf3bae08152e27c16f3ccab7006f515 /Master/texmf-dist/source/latex/memoir/memoir.dtx
parentc3e77d64d6cd4a78f811f055c8e66fad01d86afd (diff)
memoir 1.6180339g (22jul09)
git-svn-id: svn://tug.org/texlive/trunk@14374 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/memoir/memoir.dtx')
-rw-r--r--Master/texmf-dist/source/latex/memoir/memoir.dtx19
1 files changed, 15 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/memoir/memoir.dtx b/Master/texmf-dist/source/latex/memoir/memoir.dtx
index 5a05f2e6a4f..6a502b302f9 100644
--- a/Master/texmf-dist/source/latex/memoir/memoir.dtx
+++ b/Master/texmf-dist/source/latex/memoir/memoir.dtx
@@ -78,6 +78,9 @@
% and added 2 col Toc}
% \changes{v1.6180339f}{2009/04/25}{Extended description lists}
% \changes{v1.6180339f}{2009/07/12}{Added three \cs{memlet...} macros}
+% \changes{v1.6180339g}{2009/07/13}{Fixed a bug regading extra enties
+% in the page note list}
+% \changes{v1.6180339g}{2009/07/21}{fixed mempatch typos}
%
% \def\dtxfile{memoir.dtx}
%
@@ -109,6 +112,7 @@
% \def\fileversion{v1.6180339d} \def\filedate{2009/02/04}
% \def\fileversion{v1.6180339e} \def\filedate{2009/02/06}
% \def\fileversion{v1.6180339f} \def\filedate{2009/07/12}
+% \def\fileversion{v1.6180339g} \def\filedate{2009/07/21}
% \title{The LaTeX \Lpack{memoir} class for configurable book
% typesetting: Source code\thanks{This
% file (\texttt{\dtxfile}) has version number \fileversion, last revised
@@ -330,7 +334,7 @@
% Announce the name, option files and version for LaTeX2e files:
% \begin{macrocode}
%<class>\ProvidesClass{memoir}%
-%<class> [2009/07/12 v1.6180339f configurable book, report, article document class]
+%<class> [2009/07/21 v1.6180339g configurable book, report, article document class]
%<9pt>\ProvidesFile{mem9.clo}%
%<9pt> [2008/01/30 v0.4 memoir class 9pt size option]
%<10pt>\ProvidesFile{mem10.clo}%
@@ -8182,9 +8186,12 @@
% in \cs{@chapter}}
% \changes{v1.61803}{2008/01/30}{Added \cs{f@rbody} to \cs{@chapter},
% plus newchapter flag (mempatch v4.5)}
+% \changes{v1.6180339g}{2009/07/13}{added \cs{m@mpn@new@schapfalse}
+% otherwise both might end up true at the same time}
% \begin{macrocode}
\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}%
@@ -8409,9 +8416,12 @@
% \changes{v1.4}{2003/11/16}{Added \cs{M@gettitle} to \cs{@schapter}}
% \changes{v1.61803}{2008/01/30}{Changed \cs{@schapter} like
% \cs{@chapter} (mempatch v4.5)}
+% \changes{v1.6180339g}{2009/07/13}{added \cs{m@mpn@new@chapfalse}
+% otherwise both might end up true at the same time}
% \begin{macrocode}
\newcommand{\@schapter}[1]{%
- \m@mpn@new@schaptrue
+ \m@mpn@new@schaptrue%
+ \m@mpn@new@chapfalse%
\def\f@rbdy{#1}%
\ifartopt
\@makeschapterhead{#1}%
@@ -32197,7 +32207,8 @@
% \changes{v1.6180339c}{2008/12/26}{Added the two missing arguments when inputting
% mempatch.sty (courtesy of Wilhelm Muller)}
% \begin{macrocode}
-\InputIfFileExists{mempatch.sty}{}{} % should be this
+\IfFileExists{mempatch.sty}{%
+ \RequirePackage{mempatch}}{}
% \end{macrocode}
%