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.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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