I've got some problems with tabularx. I need a table with 4 columns and the last one should contain a lot of text so I need it to break rows automaticly. And from my reasearch I thought that it should work like shown in my example below.
But when I render this example the row gets broken before "even more..." and the row above only shows the text until "and on and on.... the"
Does anyone know why the row gets broken "too late"?
here is my example:
\begin{table}[hb]
\begin{tabularx}{15cm}{lllX}\\
\textbf{name1} & \textbf{name2} & \textbf{name3}& \textbf{name4} \\ \hline
1 & & some text & a really long text for a table and it goes on and on and on.... there is some more text and even more..... \\
\end{tabularx}
\caption{table cation}
\label{tab:tablecaption}
\end{table}
Thanks for any help!

geometrypackage withmargin=1in? It sure would be nice if he/she had posted a actual MWE. – Mico Jan 10 '14 at 18:47