diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-08 00:08:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-08 00:08:40 +0000 |
commit | daaf73cce84a5e3a01af71bd2328c039fa2d8445 (patch) | |
tree | 1639ba34af7ef4c6c0c32edc7de5513157fa4b11 /Master/texmf-dist/doc/latex/footnpag/test/title-2col.tex | |
parent | 849deadf599d4c3a3b94dfeb1a4fb8e3bba89c75 (diff) |
footnpag doc update (5jan07)
git-svn-id: svn://tug.org/texlive/trunk@3224 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/footnpag/test/title-2col.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/footnpag/test/title-2col.tex | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/footnpag/test/title-2col.tex b/Master/texmf-dist/doc/latex/footnpag/test/title-2col.tex new file mode 100644 index 00000000000..adcef6ba514 --- /dev/null +++ b/Master/texmf-dist/doc/latex/footnpag/test/title-2col.tex @@ -0,0 +1,72 @@ +% $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} |