I need a longtable with only two columns. I saw this topic Two column list with and I managed to convert into longtable.
\documentclass{article}
\begin{document}
\begin{longtable}{|p{0.45\textwidth}|p{0.45\textwidth}|}
\caption{ex} \\
\hline
1. One one one
&
3. One one one One one one One one one One one one One one one One one one One one one One one one One one one \\
2. One one one One one one One one one One one one One one one One one one One one one One one one One one one
&
4. One one one One one one\\
\hline
\end{longtable}
\end{document}
The problem is that between point 1 and 2 there is a huge space. I want that the points do not have extra space between them. It needs to be a longtable! Thanks.



&between the second and third. – Hackbard_C Sep 07 '14 at 12:38\captionof{table}{a caption}using thecaptionorcapt-ofpackages. – David Carlisle Sep 07 '14 at 14:51