diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-13 11:34:14 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-13 11:34:14 +0000 |
commit | 901381d41967db76cdaa578dded2923684fb5851 (patch) | |
tree | cf5b080b298e82234e4d3a5ac71c8ad01aa56148 /Master/texmf-dist/source/latex/memoir | |
parent | 86b29d44010762e074e5704d20f0d868f2ed855e (diff) |
memoir with mempatch v5.1 2008/07/11
git-svn-id: svn://tug.org/texlive/trunk@9507 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/memoir')
-rwxr-xr-x | Master/texmf-dist/source/latex/memoir/mempatch.dtx | 44 |
1 files changed, 41 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/memoir/mempatch.dtx b/Master/texmf-dist/source/latex/memoir/mempatch.dtx index 793d0e0599c..8918af896c2 100755 --- a/Master/texmf-dist/source/latex/memoir/mempatch.dtx +++ b/Master/texmf-dist/source/latex/memoir/mempatch.dtx @@ -61,6 +61,7 @@ % \def\fileversion{v4.9a+} \def\filedate{2007/12/31} % \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} % % \title{The LaTeX \Lpack{memoir} class for configurable book % typesetting: Code patches\thanks{This @@ -794,7 +795,7 @@ % ^^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] % \begin{macrocode} -\ProvidesFile{mempatch.sty}[2008/06/02 v5.0 Patches for memoir class v1.618033] +\ProvidesFile{mempatch.sty}[2008/07/11 v5.1 Patches for memoir class v1.618033] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% Version 5.0 was released simultaneously with versions 1.61803 @@ -805,6 +806,43 @@ % \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. % % \begin{macrocode} @@ -838,11 +876,11 @@ % \newblock (Available from CTAN in % \texttt{/macros/latex/contrib/hyperref}) % -% \bibitem[Wil04]{MEMOIR} +% \bibitem[Wil08]{MEMOIR} % Peter Wilson. % \newblock \emph{The LaTeX \Lpack{memoir} class for configurable % typesetting: Source code}. -% \newblock January 2004. +% \newblock July 2008. % \newblock (Available from CTAN in % \texttt{macros/latex/contrib/memoir}) % |