% $Id: eqnarray-fnmark.tex,v 1.1 1995/08/04 00:07:58 schrod Exp $
%----------------------------------------------------------------------

%
% Test for footnpag with split \footnotemark/\footnotetext in eqnarray env
%
% [LaTeX]

% Error report forwarded by Darrel Hankerson.
% Repaired with revision 2.4


\documentclass{article}

\usepackage{footnpag}

\begin{document}

Text.\footnote{first footnote}

\begin{eqnarray*}
  m\ :\ \Theta  & \rightarrow  & [0,1]\\
  \vartheta & \mapsto & P(T \in A \mid \vartheta)\footnotemark
\end{eqnarray*}
\footnotetext{Test eqnarray}

More text.\footnote{last footnote}



\end{document}
