Typo
[latex2e.git] / latex2e-20151001 / base / testfiles / tlb1596.lvt
blob2f5edfe8f6f955ab4cc2e0745b8ad7dbc4f478c5
1 % \iffalse meta-comment
3 % Copyright (C) 1995 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 #1596.
16 % Unterminated glue spec bug in seccntformat.
18 % Input the test macros for LaTeX2e
19 \input{test2e}
21 \documentclass{article}
23 % Everything before this is ignored by the test system.
24 \START
26 \AUTHOR{Michael Downes}
28 % Declare the format used on the original run, as printed by
29 % LaTeX.
31 \FORMAT{LaTeX2e<1995/06/01>}
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 \title{Test of seccntformat}
40 \author{Michael Downes}
42 \makeatletter
43 %    \@startsection with a negative value for arg 5 has a bug if the
44 %    section title starts with "plus" or "minus".
45 \renewcommand{\subsection}{\@startsection{subsection}{2}{\z@}%
46     {-3.25ex\@plus -1ex \@minus -.2ex}%
47     {-.5em}
48     {\reset@font\large\bfseries}}
49 \makeatother
51 \OMIT
53 \begin{document}
55 \TIMO
57 \maketitle
59 \scrollmode
61 %   Uncomment for tracing:
62 %\global\tracingmacros2\global\tracingcommands2\global\tracingonline0
63 \section{Plus or minus}
64 \subsection{Minus or plus}
65 If there's a bug, that should have produced an error.
66 %\global\tracingmacros0\global\tracingcommands0\global\tracingonline0
68 \end{document}