This table has 3 rows and the sum of their widths is 1.0\linewidth as you can see on my code:
Code: Select all
\begin{longtable}[hbt]{|p{0.15\linewidth}|p{0.35\linewidth}|p{0.5\linewidth}|}
But the table clearly passes the right margin leaving barely any space between the table and the edge of the page. Of course, this looks ugly and is not what i have intended.
¿Does using geometry package has anything to do with this? ¿Or is it meant to be like this?
This has been bugging me since i stared using latex! please help
thanks.