Log changes
[latex2e.git] / latex2e-20151001 / base / testfiles / tlb0462.lvt
bloba2137ce0250b45c6d98e96d79c55b694d5e21d34
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 #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
22 \input{test2e}
24 \AUTHOR{David Wald}
27 % Declare the format used on the original run, as printed by
28 % LaTeX.
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.
36 \STYLE{ARTICLE}
38 \documentstyle{article}
40 \START
42 \newcommand{\showcp}[1]{\typeout{Clubpenalty: 
43          \the\clubpenalty\space(should be #1)}}
47 \begin{document}
48 \section{First section}\typeout{First section}
49 \showcp{150}
50 Some text
51 \showcp{10000}
52 More text
54 \showcp{10000}
55 New paragraph
56 \showcp{150}
58 \section{Second section}\typeout{Second section}
59 \showcp{150}
60 Some text
61 \begin{quote}
62 a quote
63 \end{quote}
64 \showcp{10000}
65 More\showcp{10000} text
67 \showcp{150}    % we really shouldn't see 10000 here (as it was claimed before)
68 New paragraph
69 \showcp{150}
71 And another paragraph
72 \showcp{150}
74 \section{Third section}\typeout{Third section}
76 \begin{quote}
77 a quote
78 \end{quote}
80 More\showcp{150}
81 text
83 New paragraph
84 \showcp{150}
87 \end{document}