summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-02 13:37:12 +0000
committerKarl Berry <karl@freefriends.org>2008-07-02 13:37:12 +0000
commit44c08073080c733a50d3bf35ab5dddc6f1f4915c (patch)
tree246f931115d53d9444750ef0296a08464d520168 /Master/texmf-dist/source
parent001ae50bb1458fee8e67cceb9b5e6ca0c7de001b (diff)
memoir update (30jun08)
git-svn-id: svn://tug.org/texlive/trunk@9157 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rwxr-xr-xMaster/texmf-dist/source/latex/memoir/mempatch.dtx50
1 files changed, 49 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/memoir/mempatch.dtx b/Master/texmf-dist/source/latex/memoir/mempatch.dtx
index 6808ffc1070..221bb28d5ad 100755
--- a/Master/texmf-dist/source/latex/memoir/mempatch.dtx
+++ b/Master/texmf-dist/source/latex/memoir/mempatch.dtx
@@ -60,6 +60,7 @@
% \def\fileversion{v4.9a} \def\filedate{2007/12/24}
% \def\fileversion{v4.9a+} \def\filedate{2007/12/31}
% \def\fileversion{v5.0} \def\filedate{2008/05/26}
+% \def\fileversion{v5.1} \def\filedate{2008/06/29}
%
% \title{The LaTeX \Lpack{memoir} class for configurable book
% typesetting: Code patches\thanks{This
@@ -791,8 +792,9 @@
%
% ^^A \ProvidesFile{mempatch.sty}[2007/12/24 v4.9a Patches for memoir class v1.618]
% ^^A \ProvidesFile{mempatch.sty}[2007/12/31 v4.9a+ Patches for memoir class v1.618]
+% ^^A \ProvidesFile{mempatch.sty}[2008/05/26 v5.0 Patches for memoir class v1.61803]
% \begin{macrocode}
-\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.
@@ -802,6 +804,52 @@
% \end{macrocode}
%
+% \subsection{Version 5.1}
+%
+% \begin{macrocode}
+%%%%%%%%%%%%%%%%%%%%%%%%%%% Version 5.1 (2008/06/29) %%%%%%%%%%%%%%%%%%%
+
+% \end{macrocode}
+%
+% J{\o}rgen Larsen\footnote{CTT, \textit{Memoir: \cs{feetbelow} eats the main
+% text}, 2008/06/23 (\url{jl@ruc.dk}).} discovered that using
+% \cs{feetbelowfloats} had the side effect of eliminating all but the
+% footnotes.
+% \begin{macro}{\m@mopfootnotebf}
+% \begin{macro}{\mem@makecolbf}
+% These two macros enable footnotes to be set below any bottom floats.
+% \changes{v5.1}{2008/06/29}{Added \cs{m@mopfootnotebf} and used it in
+% \cs{mem@makecolbf}}
+% \begin{macrocode}
+%%%% 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}
+
+% \end{macrocode}
+% \end{macro}
+% \end{macro}
+%
+%
% The end of the patch file.
%
% \begin{macrocode}