Typo
[latex2e.git] / latex2e-20151001 / base / testfiles / tlb1771.lvt
blobaad7b260e558ca4ccb8f2cadf948b96988768232
1 %%Test file for latex/1771
2 %% double \thanks triggers error in compatibility mode
3 %%
4 \input{test2e}
7 \AUTHOR{anil k goel}
9 % Declare the format used on the original run, as printed by
10 % LaTeX.
12 \FORMAT{LaTeX2e<1995/06/01> patch level 3}
14 % 11pt Article document style for this test. We need to have a
15 % minimal font setup, for the last few tests, otherwise we
16 % could have done this with no documentclass.
18 \STYLE{article}
22 \documentstyle{article}
24 \scrollmode
26 \title{Test}
27 \author{Me\footnotemark[2]
28 \and You\thanks{no thanks}
29 \and They\thanks{everybody}
32 \begin{document}
34 \START
36 \typeout{-------------------------------------------------------------------}
37 \typeout{This test file checks that double thanks does not produce an error.}
38 \typeout{-------------------------------------------------------------------}
40 \maketitle
42 \OMIT
43 \end{document}