summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/footnpag/test/title-2col.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/footnpag/test/title-2col.tex')
-rw-r--r--Master/texmf-dist/source/latex/footnpag/test/title-2col.tex72
1 files changed, 0 insertions, 72 deletions
diff --git a/Master/texmf-dist/source/latex/footnpag/test/title-2col.tex b/Master/texmf-dist/source/latex/footnpag/test/title-2col.tex
deleted file mode 100644
index adcef6ba514..00000000000
--- a/Master/texmf-dist/source/latex/footnpag/test/title-2col.tex
+++ /dev/null
@@ -1,72 +0,0 @@
-% $Id: title-2col.tex,v 1.1 1995/08/04 00:08:01 schrod Exp $
-%----------------------------------------------------------------------
-
-%
-% Test for footnpag with title matter in twocolumn mode.
-%
-% [LaTeX]
-
-% This was an error report by Frank Mittelbach.
-% Repaired with revision 2.4.
-
-
-
-\documentclass[twocolumn]{article}
-
-\usepackage{footnpag}
-
-\begin{document}
-
-
-
-\title{Footnpag and Thanks test}
-
-\author{Joachim Schrod%
- \thanks{Affilation}
- \and
- B. Luser%
- \thanks{Who's that?}
- }
-
-\maketitle
-
-
-\begin{abstract}
- Abstracts with footnotes\footnote{as such} are garbage.
-\end{abstract}
-
-
-
-\section{Section}
-
-Text text text.%
-\footnote{first on first column}
-Text text text.%
-\footnote{second on first column}
-
-\newpage
-
-Text text text.%
-\footnote{first on second column}
-Text text text.%
-\footnote{second on 2nd column}
-
-
-\clearpage
-
-
-Text text text.%
-\footnote{first on first column}
-Text text text.%
-\footnote{second on first column}
-
-\newpage
-
-Text text text.%
-\footnote{first on second column}
-Text text text.%
-\footnote{second on 2nd column}
-
-
-
-\end{document}