diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/memoir/memoir.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/memoir/memoir.dtx | 10 |
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} % % % |