Graphics, Figures & TablesIs there a table allowing its cells to be split across page?

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
yoyoimut
Posts: 120
Joined: Mon Oct 19, 2009 6:58 am

Is there a table allowing its cells to be split across page?

Post by yoyoimut »

Hi,

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}
Is there a package to handle this issue?


Thank you very much.



regards,

Yuko.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply