Typo
[latex2e.git] / latex2e-20151001 / base / testfiles / tlb1764.lvt
blob0b7b3b332671df5f07e9586fddfb531b8e2bc9b4
1 %%Test file for latex/1764
2 %% double \thanks triggers error
3 %%
4 \input{test2e}
7 \AUTHOR{Bernard Gaulle}
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}
20 \STYLEOPTIONS{11pt}
23 \documentstyle[11pt]{article}
26 \START
28 \typeout{-------------------------------------------------------------------}
29 \typeout{This test file checks that double thanks does not produce an error.}
30 \typeout{-------------------------------------------------------------------}
32 \scrollmode
34 \title{Usage of {\tt thanks}}
35 \author{%
36         A. Author\thanks{Thanks to A!}\\
37         A-City\\
38         \and
39         B. Author\thanks{Thanks to B!}\\
40         B-City\\
43 \begin{document}
44         \maketitle
45 \end{document}