Log changes
[latex2e.git] / latex2e-20151001 / base / testfiles / tlb0027a.lvt
blob0d613ab00180eabdd1d48ac4fa860c900119af5a
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 #27.
16 % wrong indentation in lower level entries onf table of contents.
18 \documentclass{article}
20 % Input the test macros for LaTeX2e
21 \input{test2e}
23 % Everything before this is ignored by the test system.
24 \START
26 \AUTHOR{Juergen Fischbach}
28 % Declare the format used on the original run, as printed by
29 % LaTeX.
31 \FORMAT{LaTeX2e<1993/12/24>}
33 % Article document style for this test. We need to have a
34 % minimal font setup, for the last few tests, otherwise we
35 % could have done this with no documentclass.
37 \CLASS{article}
39 \showoutput
40 \scrollmode
42 \renewcommand{\baselinestretch}{1.2}
44 \OMIT
46 \begin{document}
48 \TIMO
50 \tableofcontents
52 % \newpage      % would remove any problems with vertical spacing with twoside
54 \section{Section1}
55 \subsection{Subsection1.1}
56 \subsubsection{SubSubsection1.1.1}
57 \subsubsection{SubSubsection1.1.2}
58 \subsection{Subsection1.2}
60 \section{Section2}
61 \subsection{Subsection2.1}
62 \subsection{Subsection2.2}
63 \subsubsection{SubSubsection2.2.1}
64 \subsubsection{SubSubsection2.2.2}
66 \section{Section3}
68 \end{document}