summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/memoir/memoir.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-07-26 22:01:25 +0000
committerKarl Berry <karl@freefriends.org>2009-07-26 22:01:25 +0000
commit2a776538bbc4a9e1a242262c0145bf820e6105f6 (patch)
treedd3dedf49a1e389e72563b05d706b8b5935f1dc1 /Master/texmf-dist/source/latex/memoir/memoir.dtx
parent5c701a7cd320a0b58f3757c1e71ca1e0e42548ea (diff)
memoir update
git-svn-id: svn://tug.org/texlive/trunk@14465 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.dtx10
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/memoir/memoir.dtx b/Master/texmf-dist/source/latex/memoir/memoir.dtx
index 6a502b302f9..e6cbd7d3265 100644
--- a/Master/texmf-dist/source/latex/memoir/memoir.dtx
+++ b/Master/texmf-dist/source/latex/memoir/memoir.dtx
@@ -18,7 +18,7 @@
% This work consists of the files listed in the README file.
%
% \fi
-% \CheckSum{28128}
+% \CheckSum{28141}
%
% \changes{v0.1}{2001/05/20}{First public alpha release}
% \changes{v0.2}{2001/06/03}{First beta release}
@@ -81,6 +81,7 @@
% \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}
+% \changes{v1.6180339h}{2009/07/24}{fixed typo in memoir.dtx}
%
% \def\dtxfile{memoir.dtx}
%
@@ -113,6 +114,7 @@
% \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}
+% \def\fileversion{v1.6180339h} \def\filedate{2009/07/24}
% \title{The LaTeX \Lpack{memoir} class for configurable book
% typesetting: Source code\thanks{This
% file (\texttt{\dtxfile}) has version number \fileversion, last revised
@@ -334,7 +336,7 @@
% Announce the name, option files and version for LaTeX2e files:
% \begin{macrocode}
%<class>\ProvidesClass{memoir}%
-%<class> [2009/07/21 v1.6180339g configurable book, report, article document class]
+%<class> [2009/07/24 v1.6180339h 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}%
@@ -2213,13 +2215,13 @@
% may have the eTeX pacakge, but is not based on eTeX (eventhough that
% is what the LaTeX-project have recommended for several years now),
% so we add a dead mans switch to disable the loading.
-% \begin{mode}{\ifmem@noetex}
+% \begin{macro}{\ifmem@noetex}
% \begin{macrocode}
\newif\ifmem@noetex
\DeclareOption{noetex}{\mem@noetextrue}
% \end{macrocode}
-% \end{mode}
+% \end{macro}
%
%
%