I am looking for a table that allows its cells to be split across page automatically.
I tried the longtable.sty. However it does not fit my requirement. Please try my code below:
Code: Select all
\documentclass{article}
\usepackage{array,longtable,lipsum}
\begin{document}
\begin{longtable}{|m{0.45\textwidth}|m{0.45\textwidth}|}\hline
\lipsum[1]&\lipsum[1]\\\hline
\lipsum[1-3]&\lipsum[1-3]\\\hline
\lipsum[1]&\lipsum[1]\\\hline
\end{longtable}
\end{document}
Thank you very much.
regards,
Yuko.