Update LuaTeX testfiles for ^@ change
[latex2e.git] / latex2e-20170101 / base / testfiles / tlb0150.lvt
blob5dddd5705b6ad0599cf4ab9ed5b8078738009ba2
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 #150.
16 % Float immediately after \section shows different vertical spacing.
18 \documentstyle{article}
20 % Input the test macros for latex 2.09
21 \input{test209}
23 % Everything before this is ignored by the test system.
24 \START
26 \AUTHOR{Guenter Green}
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.
35 \STYLE{article}
37 % Document style options for this test
39 \STYLEOPTIONS{}
41 \showoutput
43 \OMIT
45 \begin{document}
47 \TIMO
49 \section{Sektion}
51 \begin{table}[h]                % NOTE THE \mbox !!!
52 Line before center, line before center, line before center
53 \begin{center}
54 Centered Text
55 \end{center}
56 \end{table}
58 \begin{table}[h]
59 Line before center, line before center, line before center
60 \begin{center}
61 Centered Text
62 \end{center}
63 \end{table}
65 \newpage
67 \section{Sektion}
69 \mbox{}\begin{table}[h]         % NOTE THE \mbox !!!
70 Line before center, line before center, line before center
71 \begin{center}
72 Centered Text
73 \end{center}
74 \end{table}
76 \begin{table}[h]
77 Line before center, line before center, line before center
78 \begin{center}
79 Centered Text
80 \end{center}
81 \end{table}
83 \end{document}