From 44c08073080c733a50d3bf35ab5dddc6f1f4915c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 2 Jul 2008 13:37:12 +0000 Subject: memoir update (30jun08) git-svn-id: svn://tug.org/texlive/trunk@9157 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/memoir/mempatch.sty | 28 ++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'Master/texmf-dist/tex/latex/memoir') 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'. -- cgit v1.2.3