blob: 811014007897abb232c769cfde95d67113b0a369 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
% $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}
|