guess we don't want the build dir
[latex2e.git] / trunk / required / tools / testfiles / tlb4488.lvt
blob05f079f046d965c384b1bff2cbe8b14079b16838
1 % Test for pr/4488
3 % the tabular* in the OR overwrites the \@halignto settings of the tabular
4 % in the main text making it full width
7 \documentclass{article}
9 \input{test2e}
11 \usepackage{array}
13 \def\b{\begin{tabular}{|l|}  Body\\[3cm]\hline\end{tabular}\par}
15 \def\f{\begin{tabular*}{\textwidth}{@{\extracolsep{10pt plus 1fil}}ll@{}}\hline
16 FOOT & foot \\\hline\end{tabular*}}
17 \makeatletter
18 \def\@oddfoot{\noindent\f}
20 \tracingonline1
21 \showboxdepth1000
22 \showboxbreadth1000
24 \begin{document}
26 \START
29 \vspace*{527pt}
35 \typeout{There shouldn't be under/overfull boxes in the result}
37 \end{document}