Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb0018.lvt
blob2d7f6bf77c97ac4d24155a070425e11eeed5201a
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 #18.
16 % List environment not split around figure.
18 \documentstyle{report}
20 % Input the test macros for LaTeX2e
21 \input{test2e}
23 % Everything before this is ignored by the test system.
24 \START
26 \AUTHOR{Phil Jamieson}
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{report}
39 % Document style options for this test
41 \STYLEOPTIONS{}
43 \OMIT
45 \begin{document}
47 \TIMO
49 \vspace*{15cm}
50 \begin{figure}[th]
51 %\begin{fpbox}
52 \vspace{10cm}
53 \caption{Test figure space}
54 %\end{fpbox}
55 \end{figure}
56 \begin{itemize}
57 \item
58 Item 1
59 \item
60 Item 2
61 \item
62 Item 3
63 \item
64 Item 4
65 \item
66 Item 5
67 \item
68 Item 6
69 \item
70 Item 7
71 \item
72 Item 8
73 \item
74 Item 9
75 \item
76 Item 10
77 \end{itemize}
79 \showoutput
80 %\scrollmode
82 \end{document}