Graphics, Figures & Tables ⇒ unexpected wide column in longtable
unexpected wide column in longtable
I appended the example file and the pdf resulting. This example contains only two lines (the table has 83 lines otherwise).
- Attachments
-
- TabS6_new.tex
- (7.14 KiB) Downloaded 207 times
-
- TabS6_new.pdf
- (31.98 KiB) Downloaded 155 times
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
unexpected wide column in longtable
i can reproduce your issue, but i currently have no idea why i is happening.
Have you thought about a slightly different table design? I guess the final result will be quite hard to read.
unexpected wide column in longtable
I did not see any alternative design beside the one where 1.000 and 0.000 are replaced by full numbers (file appended here), but the output is a bit odd.
- Attachments
-
- TabS6_new-2.pdf
- (101.02 KiB) Downloaded 228 times
-
- TabS6_new-2.tex
- (112.19 KiB) Downloaded 171 times
unexpected wide column in longtable
p{0.02cm}
is way too small to hold any text: 0.02 cm = 0.2 mm is less than 8/1000 of an inch (around 0.57 pt).Which means your text protrudes into the space that's between the columns (
\tabcolsep
worth on each side of each column).KR
Rainer