Graphics, Figures & TablesTable

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Georg

Table

Post by Georg »

Hello,
I have a problem with Long Tables, please see the picture below:
Tab.jpg
Tab.jpg (97.92 KiB) Viewed 3916 times
Many 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

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Table

Post by Johannes_B »

LaTeX can only break between cells. Not within one.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10328
Joined: Mon Mar 10, 2008 9:44 pm

Table

Post by Stefan Kottwitz »

Or in other words: a table row has to fit on the page. There cannot be page break within a row. Perhaps organize the content in a slightly different way, huge high rows (cells) may not be optimal.

Stefan
LaTeX.org admin
Georg

Table

Post by Georg »

Hi Johannes and Stefan,
thanks for your answers. You mean a half of the cell is not allowed to show in a page?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10328
Joined: Mon Mar 10, 2008 9:44 pm

Table

Post by Stefan Kottwitz »

Hi Georg,

that is correct,

Stefan
LaTeX.org admin
Georg

Table

Post by Georg »

Dear Stefan,
Thank you.
Post Reply