summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/footnpag/src/test/minipage.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/footnpag/src/test/minipage.tex')
-rw-r--r--macros/latex/contrib/footnpag/src/test/minipage.tex46
1 files changed, 46 insertions, 0 deletions
diff --git a/macros/latex/contrib/footnpag/src/test/minipage.tex b/macros/latex/contrib/footnpag/src/test/minipage.tex
new file mode 100644
index 0000000000..0f7cedc630
--- /dev/null
+++ b/macros/latex/contrib/footnpag/src/test/minipage.tex
@@ -0,0 +1,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}