diff options
author | Karl Berry <karl@freefriends.org> | 2009-01-28 00:54:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-01-28 00:54:45 +0000 |
commit | 1cf91a6aa1a270f53850002b99132287886165ae (patch) | |
tree | b1913fe01842dd9ecb401b734e9e7462f2271af1 /Master/texmf-dist/tex/latex/memoir/memhfixc.sty | |
parent | 7d2fbdd12223e7c4c050a70e544874f6f8111ab4 (diff) |
memoir update (27jan09)
git-svn-id: svn://tug.org/texlive/trunk@11997 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/memoir/memhfixc.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/memoir/memhfixc.sty | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/memoir/memhfixc.sty b/Master/texmf-dist/tex/latex/memoir/memhfixc.sty index 1ee23cf5f29..6488626bfb1 100644 --- a/Master/texmf-dist/tex/latex/memoir/memhfixc.sty +++ b/Master/texmf-dist/tex/latex/memoir/memhfixc.sty @@ -38,6 +38,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.11 2009/01/18 %% Version 1.10 2008/08/23 %% Version 1.9 2006/11/22 %% Version 1.8 2006/01/21 @@ -50,7 +51,7 @@ %% Version 1.1 2003/01/22 %% Version 1.0 2002/10/22 %% -\ProvidesPackage{memhfixc}[2008/08/23 v1.10 nameref/hyperref package fixes for memoir class] +\ProvidesPackage{memhfixc}[2009/01/18 v1.11 nameref/hyperref package fixes for memoir class] \let\M@hfixcfinish\relax \@ifclassloaded{memoir}{}% {\let\M@hfixcfinish\endinput @@ -269,6 +270,9 @@ \end{lrbox}% \m@mscapopboxes} +\def\@mem@titlerefnolink#1{\begingroup \let\numberline\@gobble + \let\M@TitleReference\@mem@theTR % interrupt recursion of \ref + \ref*{#1}\endgroup} \endinput %% %% End of file `memhfixc.sty'. |