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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply