Typo
[latex2e.git] / latex2e-20151001 / base / testfiles / tlb2140.lvt
blob0cca4708373c6b66026bb889ab5841137e7088b2
1 %% Test file for latex/2140
2 %% \include mechanism did not work as the basic slide counter-valuess
3 %% were not recorded
5 \begin{filecontents}{pr2140a}
6 %% This file is included by tlb2140.lvt
7 \begin{slide}
8 Slide 1.
9 \end{slide}
10 \end{filecontents}
12 \begin{filecontents}{pr2140b}
13 %% This file is included by tlb2140.lvt
14 \begin{slide}
15 Slide 2.
16 \end{slide}
17 \end{filecontents}
19 \input{test2e}
21 \documentclass{slides}
23 \AUTHOR{Eike Ritte}
25 \CLASS{slides}
27 \showoutput
29 \START
31 % Since this file tests what happens if the first run includes two
32 % files but the second incudes only one, we need a DPCDH to make this
33 % happen: on the first run there should be no .aux file so the
34 % \includeonly is not read.
35 \IfFileExists{\jobname.aux}{\includeonly{pr2140b}}
37 \begin{document}
39 \include{pr2140a}
40 \include{pr2140b}
42 \end{document}