summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/memoir/mempatch.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/memoir/mempatch.dtx')
-rwxr-xr-xMaster/texmf-dist/source/latex/memoir/mempatch.dtx46
1 files changed, 6 insertions, 40 deletions
diff --git a/Master/texmf-dist/source/latex/memoir/mempatch.dtx b/Master/texmf-dist/source/latex/memoir/mempatch.dtx
index 8918af896c2..c6a4dc25f3a 100755
--- a/Master/texmf-dist/source/latex/memoir/mempatch.dtx
+++ b/Master/texmf-dist/source/latex/memoir/mempatch.dtx
@@ -62,6 +62,7 @@
% \def\fileversion{v5.0} \def\filedate{2008/05/26}
% \def\fileversion{v5.0} \def\filedate{2008/06/02}
% \def\fileversion{v5.1} \def\filedate{2008/07/11}
+% \def\fileversion{v6.0} \def\filedate{2008/07/23}
%
% \title{The LaTeX \Lpack{memoir} class for configurable book
% typesetting: Code patches\thanks{This
@@ -730,7 +731,7 @@
%
% \section{Patches for the class code} \label{sec:class}
%
-% At this date, 2008/05/26, with the simultaneous release of memoir v1.61803
+% At this date, 2008/07/23, with the simultaneous release of memoir v1.6180339
% and the patch file, by definition there are no patches.
%
% \subsection{Identification} \label{sec:id}
@@ -794,54 +795,19 @@
% ^^A \ProvidesFile{mempatch.sty}[2007/12/24 v4.9a Patches for memoir class v1.618]
% ^^A \ProvidesFile{mempatch.sty}[2007/12/31 v4.9a+ Patches for memoir class v1.618]
% ^^A \ProvidesFile{mempatch.sty}[2008/05/26 v5.0 Patches for memoir class v1.61803]
+% ^^A \ProvidesFile{mempatch.sty}[2008/07/11 v5.1 Patches for memoir class v1.618033]
% \begin{macrocode}
-\ProvidesFile{mempatch.sty}[2008/07/11 v5.1 Patches for memoir class v1.618033]
+\ProvidesFile{mempatch.sty}[2008/07/23 v6.0 Patches for memoir class v1.6180339]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%%% Version 5.0 was released simultaneously with versions 1.61803
-%%% and then with 1.618033 of memoir.
+%%% Version 6.0 was released simultaneously with version 1.6180339
+%%% of memoir.
%%% By definition there were no patches.
%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \end{macrocode}
%
-% \subsection{Version 5.1}
-%
-% \begin{macrocode}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%%% Version 5.1
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-% \end{macrocode}
-%
-% \begin{macro}{\DisemulatePackage}
-% I found that I had typed \cs{pkgextension} instead of \cs{@pkgextension}.
-% \changes{v5.1}{2008/07/07}{Fixed typo in \cs{DisemulatePackage}}
-% \begin{macrocode}
-\renewcommand*{\DisemulatePackage}[1]{%
- \@namelet{ver@#1.\@pkgextension}\relax}
-
-% \end{macrocode}
-% \end{macro}
-%
-% \begin{macro}{\booknumberline}
-% \begin{macro}{\partnumberline}
-% Lars Henrik Gam Madsen (\url{lhgm@hotmail.com}, 2008/07/03) found an
-% undesired \cs{space} in \cs{partnumberline}.
-% \changes{v5.1}{2008/07/07}{Deleted \cs{space} from \cs{partnumberline}
-% and \cs{booknumberline}}
-% \begin{macrocode}
-\renewcommand{\booknumberline}[1]{%
- \hb@xt@\@tempdima{%
- \cftbookname\@cftbsnum #1\@cftasnum\hfil}\@cftasnumb}
-\renewcommand{\partnumberline}[1]{%
- \hb@xt@\@tempdima{%
- \cftpartname\@cftbsnum #1\@cftasnum\hfil}\@cftasnumb}
-
-% \end{macrocode}
-% \end{macro}
-% \end{macro}
%
% The end of the patch file.
%