Graphics, Figures & Tablesmultiline table

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
rogor
Posts: 1
Joined: Tue Sep 22, 2009 8:59 pm

multiline table

Post by rogor »

Hi!

I'm having some problems with a table where I need to include multiline text (large text). I would like to have the same behaviour as a standard paragraph, but text is cut when arribing to the right margin instead of continuating in a new line.

I'm using:

\begin{tabular}{|c|c|l|}
\hline
large text here...

Any idea?

Thanks!

Recommended reading 2024:

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

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

multiline table

Post by localghost »

Learn more about the possible setup for a tabular environment. Enhancements to that environment are given with the array and tabularx package (there are some more).


Best regards and welcome to the board
Thorsten
Post Reply