Move a tag
[latex2e.git] / latex2e-20160201 / required / tools / testfiles / tlb4395.lvt
blob81d88d1022141c5e28cb794ac64b106083b7ffb4
1 % large depth should not be mistaken for being at the end of the page (pr4395)
2 % also \prevdepth after env should be handled correctly
5 \input{test2e}
7 \documentclass{article}
9 \usepackage[balancingshow]{multicol}
10 \raggedcolumns
13 \multicolsep=0pt
15 \begin{document}
17 \START
19 \hrule
20 \begin{multicols}{2}
21     \fbox{\parbox{\linewidth}{\vspace*{2in}}}  xxx
22     \par
23     \fbox{\parbox{\linewidth}{\vspace*{1in}}}  yyy
24 \end{multicols}
25 \hrule
27 \vspace{1in}
30 \begin{multicols}{3}
31     a lot of text a lot of text a lot of text a lot of text a lot of
32     text a lot of text a lot of text a lot of text a lot of text a lot of
33     text a lot of textg a lot of textg a lot of text a lot of textg a lot
34     of text a lot of text a lot of text a lot of text 
35 \end{multicols}
36 \hrule
38 \showoutput
40 \end{document}