I wish to be able to have a table (using tabular) that fills the page horizontally with each column using a fraction of that space, for now assume that they are equally sized.
I wish to be able to use enumerations inside of the tabular, so I am using parabox's to achieve this.
Currently I have got:
\begin{tabular}{ | p{0.25\linewidth} |
p{0.25\linewidth} |
p{0.25\linewidth} |
p{0.25\linewidth} | }
%content here after
except this uses all the space from the first margain to the end of the page. Which looks awful. I really want to avoid hard coding in any dimensions because I will want to play around with margins and orientation later.
If I could get it so that I can use a proportion of the text width for each column that would be great.
\noindentbefore the table if you have by default an indentation before paragraphs – Jul 09 '12 at 14:065*0.4pt=2ptwider than\linewidthbecause of the five vertical bars (each of width0.4pt)? – Mico Jul 09 '12 at 14:10array... – Jul 09 '12 at 14:13\noindentthanks – 111111 Jul 09 '12 at 14:27arrayis loaded, then the width of a vertical line (\arrayrulewidth) also counts. – Heiko Oberdiek Apr 14 '14 at 04:24