% $Id: minipage.tex,v 1.2 1995/11/10 18:21:52 schrod Exp $
%----------------------------------------------------------------------

%
% Test for footnpag & minipages
%
% [LaTeX]

% This was an error report by Frank Mittelbach.
% Repaired with version 2.4.
% And another one by sebastian raahtz
% Repaired with version 2.6.



\documentclass{article}

\usepackage{footnpag}

\begin{document}



\section{Text}

Some Text.%
\footnote{A footnote.}
More Text.
%
\begin{center}
  \begin{minipage}{0.5\columnwidth}
A minipage with a footnote\footnote{here}, another one\footnote{there}
and more text and a global footnote.\footnotemark{}
There is even a footnote text\footnotetext{tell, which number?}
without marker.
But that's all.
  \end{minipage}
\end{center}
%
\footnotetext{Text from minipage footnote.}

Second paragraph with the last footnote.\footnote{The last one.}



\end{document}
