1 \documentstyle{article} 2 %Reported by C. Spiel, @{...} format should close previous cell, 3 %also when a P element is nested inside TD. 4 \begin{document} 5 \begin{tabular}{p{0.25\linewidth}@{\qquad}l} 6 Head1 & Head2 \\ 7 \relax% macro call plus following blank lines[s] screw up the output. 8 9 Data11 & Data12 \\ 10 Data21 & Data22 \\ 11 \end{tabular} 12 \end{document}