1 % \iffalse meta-comment
3 % Copyright (C) 1994 by Rainer Schoepf.
6 % This file is part of the validate package.
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.
15 % Test file for LaTeX2e bug report #462.
16 % \clubpenalty not correctly set after \section.
18 % The situation is still a little weird I think - frank
21 % Input the test macros for LaTeX2e
27 % Declare the format used on the original run, as printed by
30 \FORMAT{LaTeX2e<1993/12/24>}
32 % Article document style for this test. We need to have a
33 % minimal font setup, for the last few tests, otherwise we
34 % could have done this with no documentclass.
38 \documentstyle{article}
42 \newcommand{\showcp}[1]{\typeout{Clubpenalty:
43 \the\clubpenalty\space(should be #1)}}
48 \section{First section}\typeout{First section}
58 \section{Second section}\typeout{Second section}
65 More\showcp{10000} text
67 \showcp{150} % we really shouldn't see 10000 here (as it was claimed before)
74 \section{Third section}\typeout{Third section}