Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb0427.lvt
blobb8504355d0cea1fb43430cdd67f529dd4eb55e9b
1 % \iffalse meta-comment
3 % Copyright (C) 1994 by Rainer Schoepf.
4 % All rights reserved.
5
6 % This file is part of the validate package.
7
8 % IMPORTANT NOTICE:
9
10 % You are not allowed to change this file.  In case of error
11 % write to the email address mentioned in the file readme.val.
12
13 % \fi
15 % Test file for LaTeX2e bug report #427.
16 % Setting tocdepth to zero does not suppress section toc entries
18 \documentclass{article}
20 % Input the test macros for LaTeX2e
21 \input{test2e}
23 \AUTHOR{Sebastian Rahtz}
25 % Declare the format used on the original run, as printed by
26 % LaTeX.
28 \FORMAT{LaTeX2e<1993/12/24>}
30 % Article document style for this test. We need to have a
31 % minimal font setup, for the last few tests, otherwise we
32 % could have done this with no documentclass.
34 \CLASS{article}
36 \showoutput
37 \scrollmode
39 \setcounter{tocdepth}{0}
41 \begin{document}
43 % Everything before this is ignored by the test system.
44 \START
46 \tableofcontents
48 \section{Section 1}
50 \subsection{Subsection 1.1}
52 \subsection{Subsection 1.2}
54 Text 1
56 \section{Section 2}
58 \subsection{Subsection 2.1}
60 \subsection{Subsection 2.2}
62 Text 2
64 \end{document}