Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb1514.lvt
blob726a4cd29c46d8c69fc54863d9910f6d0a32925f
1 % Test file for LaTeX2e PR/1514
2 % latex doesn't allow spaces in \includeonly
4 \begin{filecontents}{pr1514a}
5 \typeout{In pr1514a}
6 \end{filecontents}
7 \begin{filecontents}{pr1514b}
8 \typeout{In pr1514b}
9 \end{filecontents}
10 \begin{filecontents}{pr1514c}
11 \typeout{In pr1514c}
12 \end{filecontents}
14 \documentclass{article}
17 % Input the test macros for latex 2e
18 \input{test2e}
20 \AUTHOR{Frank Mittelbach}
22 % Declare the format used on the original run, as printed by
23 % LaTeX.
25 \FORMAT{LaTeX2e<1994/06/01>}
27 % Everything before this is ignored by the test system.
28 \START
30 \includeonly{ pr1514a,pr1514b , pr1514c }
32 \begin{document}
33 \include{pr1514a}
34 \include{pr1514b}
35 \include{pr1514c}
36 \end{document}