Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb1722.lvt
blob9241e16fb397e6b68cbe0fd52c7b17ecfba52ecc
1 %%Test file for latex/1722
2 %% double \thansk 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 % 10pt 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 \CLASS{article}
21 \documentclass{article}
23 \begin{document}
25 \START
27 \typeout{-------------------------------------------------------------------}
28 \typeout{This test file checks that double thanks does not produce an error.}
29 \typeout{-------------------------------------------------------------------}
31 \scrollmode
33 \title{Bug\thanks{to him}}
34 \author{Me\thanks{to her}}
35 \maketitle 
37 \end{document}