diff options
author | Karl Berry <karl@freefriends.org> | 2013-06-29 15:41:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-06-29 15:41:41 +0000 |
commit | d2bbc374debd067a6653722ff8c069db5d150a9b (patch) | |
tree | 47c2e14a9bc56fa0fd1475e8d083c600cbbd372f /Master/texmf-dist/tex/latex/memoir | |
parent | 562c7b8e21a29c9b6c9a638aa79e274fb495b6ab (diff) |
memoir (30may13)
git-svn-id: svn://tug.org/texlive/trunk@31044 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/memoir')
-rw-r--r-- | Master/texmf-dist/tex/latex/memoir/memhfixc.sty | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/memoir/memoir.cls | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/memoir/memhfixc.sty b/Master/texmf-dist/tex/latex/memoir/memhfixc.sty index 122c994c50a..9d4e090f079 100644 --- a/Master/texmf-dist/tex/latex/memoir/memhfixc.sty +++ b/Master/texmf-dist/tex/latex/memoir/memhfixc.sty @@ -40,6 +40,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.17 2013/05/30 %% Version 1.16 2013/05/16 %% Version 1.15 2010/08/17 %% Version 1.14 2010/06/10 @@ -58,7 +59,7 @@ %% Version 1.1 2003/01/22 %% Version 1.0 2002/10/22 %% -\ProvidesPackage{memhfixc}[2013/05/16 v1.16 nameref/hyperref package fixes for memoir class] +\ProvidesPackage{memhfixc}[2013/05/30 v1.17 nameref/hyperref package fixes for memoir class] \let\M@hfixcfinish\relax \@ifclassloaded{memoir}{}% {\let\M@hfixcfinish\endinput @@ -257,6 +258,7 @@ \H@refstepcounter{\@captype}% \hyper@makecurrent{\@captype}% \m@mscaplabel + \m@mscapcheckside %<--- added 2013/05/30 \begin{lrbox}{\m@mscap@capbox}% \begin{minipage}[c]{\sidecapwidth}% \sidecapstyle @@ -273,6 +275,7 @@ \addtocounter{\@captype}{\m@ne}\H@refstepcounter{\@captype}% \hyper@makecurrent{memhycontfloat}% \m@mscaplabel + \m@mscapcheckside %<--- added 2013/05/30 \begin{lrbox}{\m@mscap@capbox}% \begin{minipage}[c]{\sidecapwidth}% \sidecapstyle diff --git a/Master/texmf-dist/tex/latex/memoir/memoir.cls b/Master/texmf-dist/tex/latex/memoir/memoir.cls index c984946c539..a0be2433cbc 100644 --- a/Master/texmf-dist/tex/latex/memoir/memoir.cls +++ b/Master/texmf-dist/tex/latex/memoir/memoir.cls @@ -28,8 +28,8 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesClass{memoir}% - [2013/05/22 v3.7 configurable book, report, article document class] -\newcommand\memversion{v3.7, 2013/05/22} + [2013/05/30 v3.7b configurable book, report, article document class] +\newcommand\memversion{v3.7b, 2013/05/30} \newcommand*{\@ptsize}{} \newcommand*{\@memptsize}{} \newlength{\onelineskip} @@ -7220,6 +7220,7 @@ \m@mscapend@fbox \addtocounter{\@captype}{\m@ne}\refstepcounter\@captype \m@mscaplabel + \m@mscapcheckside %<--- added 2013/05/30 \begin{lrbox}{\m@mscap@capbox}% \begin{minipage}[c]{\sidecapwidth}% \sidecapstyle |