diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-02 13:37:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-02 13:37:12 +0000 |
commit | 44c08073080c733a50d3bf35ab5dddc6f1f4915c (patch) | |
tree | 246f931115d53d9444750ef0296a08464d520168 /Master/texmf-dist/tex | |
parent | 001ae50bb1458fee8e67cceb9b5e6ca0c7de001b (diff) |
memoir update (30jun08)
git-svn-id: svn://tug.org/texlive/trunk@9157 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/memoir/mempatch.sty | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/memoir/mempatch.sty b/Master/texmf-dist/tex/latex/memoir/mempatch.sty index 3ea25995e8b..9df9b6069ea 100644 --- a/Master/texmf-dist/tex/latex/memoir/mempatch.sty +++ b/Master/texmf-dist/tex/latex/memoir/mempatch.sty @@ -22,7 +22,7 @@ %% %% This work consists of the files listed in the README file. %% -\ProvidesFile{mempatch.sty}[2008/05/26 v5.0 Patches for memoir class v1.61803] +\ProvidesFile{mempatch.sty}[2008/06/29 v5.1 Patches for memoir class v1.61803] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% Version 5.0 was released simultaneously with version 1.61803 of memoir. @@ -30,6 +30,32 @@ %%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%% Version 5.1 (2008/06/29) %%%%%%%%%%%%%%%%%%% + +%%%% fix for \feetbelowfloats bug + +\newcommand*{\m@mopfootnotebf}{% + \setbox\@outputbox \vbox{% + \boxmaxdepth\@maxdepth + \unvbox\@outputbox + \vskip\skip\footins + \color@begingroup + \normalcolor + \footnoterule + \unvbox \footins + \color@endgroup}} +\gdef\mem@makecolbf{% + \m@m@makecolintro + \setbox\@outputbox \box\@cclv + \m@m@makecolfloats + \ifvoid\footins\else + \m@mopfootnotebf + \fi + \m@mdoextrafeet + \m@mopsidebar + \m@m@makecoltext + \global\maxdepth \@maxdepth} + \endinput %% %% End of file `mempatch.sty'. |