Log changes
[latex2e.git] / latex2e-20151001 / base / testfiles / tlb0024.lvt
blob21da32be94ea0530cfed49fdb67d180e2fe7f436
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 #24.
16 % \vspace* disappearing at \newpage.
18 \documentstyle{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{Hans R. Visser, Chris Rowley}
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 \STYLE{article}
39 % Document style options for this test
41 \STYLEOPTIONS{}
43 \showoutput
45 \begin{document}
47 \Huge                       %  this command is not necessary,
48                             %  but enlarges the effect 
49                             %  (normalsize works too)
51 n \newpage                           % page 1
53 \showthe \prevdepth
54 \vspace*{2cm} some text \newpage     % page 2
56 y \newpage                           % page 3
58 \showthe \prevdepth
59 \vspace*{2cm} some text \newpage     % page 4
61 y \newpage                           % page 5
63 \showthe \prevdepth
64 some text \newpage                   % page 6
66 y \newpage                           % page 7
68 \showthe \prevdepth
69 \vspace*{2cm} Some text \newpage     % page 8
71 y \newpage                           % page 9
73 \showthe \prevdepth
74 Some text \newpage                   % page 10
76 \end{document}