summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/footnpag/src/test/minipage.tex
blob: 0f7cedc630d295ce86081c372ed43ee9196ffb89 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
% $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}