update test results for newpage change (more still to check)
[latex2e.git] / trunk / required / tools / testfiles / tlb4511.lvt
blob33a2703edcfa1106d543bc9caa10a251d2da4c91
2 \input{test2e}
4 \documentclass{article}
6 \setlength\textheight{70pt}  % = 6 lines
8 \usepackage{multicol}
11 \begin{document}
13 \START
15 \sloppy
17 \begin{figure}[t] A\end{figure}
18 \begin{figure}[t] A\end{figure}
19 \begin{figure}[t] A\end{figure}
22 \begin{multicols}{2}
23  \clearpage % should raise a float error
24  A small bit of text with a few lines.\par
25  A small bit of text with a few lines.\par
26  A small bit of text with a few lines.\par
27  A small bit of text with a few lines.\par
28  A small bit of text with a few lines.\par
29  A small bit of text with a few lines.\par
30  A small bit of text with a few lines.\par
31  A small bit of text with a few lines.\par
32  A small bit of text with a few lines.\par
33  A small bit of text with a few lines.\par
34  A small bit of text with a few lines.\par
35  A small bit of text with a few lines.\par
36 \end{multicols}
38 \newpage
40 \showoutput
42 Text before multicols.
44 \begin{multicols}{2}
45  \clearpage % should do no harm here
46  A small bit of text with a few lines.\par
47  A small bit of text with a few lines.\par
48  A small bit of text with a few lines.\par
49  A small bit of text with a few lines.\par
50  A small bit of text with a few lines.\par
51  A small bit of text with a few lines.\par
52  A small bit of text with a few lines.\par
53  A small bit of text with a few lines.\par
54  A small bit of text with a few lines.\par
55  A small bit of text with a few lines.\par
56  A small bit of text with a few lines.\par
57  A small bit of text with a few lines.\par
58 \end{multicols}
60 \end{document}