guess we don't want the build dir
[latex2e.git] / trunk / required / tools / testfiles / tlb4395-2.lvt
blob31ca0ae96ddf4231f9f0769e44ce94c351cbfd88
1 \documentclass{article}
3 \usepackage[balancingshow]{multicol}
5 \input{test2e}
7  \showoutput
9 \begin{document}
11 \START
13     \begin{multicols}{2}
14         \fbox{\parbox{\linewidth}{\vspace*{2in}}}
16         \fbox{\parbox{\linewidth}{\vspace*{2in}}}
18         \fbox{\parbox{\linewidth}{\vspace*{2in}}}
20         \fbox{\parbox{\linewidth}{\vspace*{2in}}}
22         \fbox{\parbox{\linewidth}{\vspace*{2in}}}
24         \fbox{\parbox{\linewidth}{\vspace*{2in}}}
26         \fbox{\parbox{\linewidth}{\vspace*{2in}}}
28         \fbox{\parbox{\linewidth}{\vspace*{2in}}}
29     \end{multicols}
31 \END
35 \usepackage{etoolbox}
36   \makeatletter
37    \patchcmd\multi@column@out{\splitmaxdepth\maxdepth}
38       {\splitmaxdepth\maxdepth
39     \boxmaxdepth\maxdepth}
40   {\typeout{Success!!}}{\typeout{Patch failed!!}}
41  \makeatother