Log changes
[latex2e.git] / latex2e-20151001 / base / testfiles / tlb0230.lvt
blob686aa4f481e332bde678f86df548ccbc8f6923be
1 % \iffalse meta-comment
3 % Copyright (C) 1994 by Rainer Schoepf.
4 % All rights reserved.
5
6 % This file is part of the validate package.
7
8 % IMPORTANT NOTICE:
9
10 % You are not allowed to change this file.  In case of error
11 % write to the email address mentioned in the file readme.val.
12
13 % \fi
15 % Test file for LaTeX2e bug report #230.
16 % twocolumn mode loses footnote in article title
18 % compatibility mode version
20 % Input the test macros for LaTeX2e
21 \input{test2e}
23 \documentstyle[twocolumn]{article}
25 % Everything before this is ignored by the test system.
26 \START
28 \AUTHOR{Jonathan I. Kamens}
30 % Declare the format used on the original run, as printed by
31 % LaTeX.
33 \FORMAT{LaTeX2e<1993/06/01>}
35 % Letter document class for this test.
37 \STYLE{article}
38 \STYLEOPTIONS{twocolumn}
40 \title{Foobar\footnote{frelt}}
41 \author{Baz}
42 \date{March 31, 1998}
44 \OMIT
46 \begin{document}
48 \TIMO
50 \showoutput
52 \maketitle
54 \end{document}