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 221 times
-
- TabS6_new.pdf
- (31.98 KiB) Downloaded 170 times
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
- 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 242 times
-
- TabS6_new-2.tex
- (112.19 KiB) Downloaded 185 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