diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-07 22:58:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-07 22:58:39 +0000 |
commit | bf5f384c9fe4cc0021c765a9ef0a64162f214e8e (patch) | |
tree | 8c37cf50f285e6bde4f673303dd8a94492d2106d /Master/texmf-dist/source/latex/memoir | |
parent | 659b2fc8ec74e13edb9d2147c3bb1a20e7534a5c (diff) |
memoir/memhfix (23aug08)
git-svn-id: svn://tug.org/texlive/trunk@10447 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 | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/memoir/mempatch.dtx b/Master/texmf-dist/source/latex/memoir/mempatch.dtx index c6a4dc25f3a..74779475cea 100755 --- a/Master/texmf-dist/source/latex/memoir/mempatch.dtx +++ b/Master/texmf-dist/source/latex/memoir/mempatch.dtx @@ -19,7 +19,7 @@ % % % \fi -% \CheckSum{482} +% \CheckSum{484} % % \def\dtxfile{\texttt{mempatch.dtx}} % \def\fileversion{v1.0} \def\filedate{2003/10/04} @@ -63,6 +63,7 @@ % \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} +% \def\fileversion{v6.0a} \def\filedate{2008/08/23} % % \title{The LaTeX \Lpack{memoir} class for configurable book % typesetting: Code patches\thanks{This @@ -287,7 +288,7 @@ % \begin{macrocode} %% %% The memhfixc package provides hyperref related temporary -%% fixes and extensions for version v1.3a of the memoir class. +%% fixes and extensions for versions v1.618 and later of the memoir class. %% o hyperref fix for part and chapter entries in the ToC (v1.0) %% o Other fixes as and when %% @@ -301,6 +302,7 @@ %% With thanks to Heiko Oberdiek, if you use hyperref dated 2006/11/15 %% or later, memhfixc will be automatically loaded after hyperref. %% +%% Version 1.10 2008/08/23 %% Version 1.9 2006/11/22 %% Version 1.8 2006/01/21 %% Version 1.7 2005/11/15 @@ -316,7 +318,7 @@ % % % \begin{macrocode} -\ProvidesPackage{memhfixc}[2006/11/22 v1.9 nameref/hyperref package fixes for memoir class] +\ProvidesPackage{memhfixc}[2008/08/23 v1.10 nameref/hyperref package fixes for memoir class] % \end{macrocode} % % \begin{macro}{\M@hfixcfinish} @@ -642,7 +644,8 @@ % The need for these discovered by % \v{Z}arko F \v{C}u\v{c}ej\footnote{\texttt{zarko.cucej@uni-mb.si}} % (for \cs{contcaption}) and by -% J{\o}rgen Larsen\footnote{\texttt{jl@ruc.dk}} (for \cs{sidecaption}). +% J{\o}rgen Larsen\footnote{\texttt{jl@ruc.dk}} (for \cs{sidecaption}), +% and by Eitan Gurari (for \texttt{tex4ht}). % \changes{v1.7}{2005/11/15}{Added tweaks for \cs{contcaption}, % \cs{sidecaption} and \cs{sidecontcaption}} % @@ -651,10 +654,13 @@ % \begin{macro}{\theHmemhycontfloat} % We need an extra marker for continued captions. % \changes{v1.7}{2005/11/15}{Added extra counter for continued captions} +% \changes{v1.10}{2008/08/23}{Fixed \cs{theHmemhycontfloat} undefined +% problem (courtsesy Eitan Gurari)} % \begin{macrocode} \newcounter{memhycontfloat} \renewcommand*{\thememhycontfloat}{\arabic{memhycontfloat}} -\renewcommand{\theHmemhycontfloat}{\arabic{memhycontfloat}} +\providecommand*{\theHmemhycontfloat}{} +\renewcommand*{\theHmemhycontfloat}{\arabic{memhycontfloat}} \setcounter{memhycontfloat}{0} % \end{macrocode} |