This does work: \def\proof#1{\par {\footnotesize\indent\begin{tabular}{|l|l|}#1\end{tabular}}} This doesn't work: \def\proof#1{\par {\footnotesize\indent\begin{tabular}{|l|l|}\hline#1\hline\end{tabular}}} Why is this? Joe