It worked perfectly, thanks.
Only one thought: Is this the only way to get the table width right? Compesating for the space that the columns take? or is there another width constant that i could use?
(like \tablewidth or smth)
I know it sounds lazy but i face this problem a lot.
Also, must i do ...
Search found 2 matches
- Tue Nov 23, 2010 1:37 pm
- Forum: Graphics, Figures & Tables
- Topic: Table width longer than linewidth
- Replies: 3
- Views: 5590
- Tue Nov 23, 2010 6:52 am
- Forum: Graphics, Figures & Tables
- Topic: Table width longer than linewidth
- Replies: 3
- Views: 5590
Table width longer than linewidth
Hello. So I am trying to make a table with the width as long as the whole linewidth.
This table has 3 rows and the sum of their widths is 1.0\linewidth as you can see on my code:
\begin{longtable}[hbt]{|p{0.15\linewidth}|p{0.35\linewidth}|p{0.5\linewidth}|}
0.15 + 0.35 + 0.5 = 1. So, the whole ...
This table has 3 rows and the sum of their widths is 1.0\linewidth as you can see on my code:
\begin{longtable}[hbt]{|p{0.15\linewidth}|p{0.35\linewidth}|p{0.5\linewidth}|}
0.15 + 0.35 + 0.5 = 1. So, the whole ...