I am having a problem with the following document, pdflatex is continuously complaining with Underfull \hbox (badness 10000) in alignment at lines 3--7 in this sample, but it does for many more lines in the original doc.
I've read it has to do with the \\ in the code, but as far as I know it is the way of finishing a row in a tabular context, and if I remove them it does not compile.
\documentclass{article}
\begin{document}
\begin{tabular*}{0.9\textwidth}{l}
\hline
Test \\
\hline
\end{tabular*}
\end{document}


\hlineand the `\`, but that would make your text nonsensical. – Caramdir Feb 6 '11 at 22:50\\(stupid comment markup). – Caramdir Feb 6 '11 at 23:13