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}
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*}}
18 \def\@oddfoot{\noindent\f}
35 \typeout{There shouldn't be under/overfull boxes in the result}