I'm trying to add a relatively wide table (9 columns) to my document, but I'm facing a weird issue. After shrinking the text and spacing to the readable minimum, I have ended with a header that looks like this:
Code: Select all
\begin{tabular}[|@{}p{2cm}@{}p{0.5cm}@{}p{0.5cm}@{}p{0.5cm}@{}p{0.5cm}@{}p{0.5cm}@{}p{0.5cm}@{}p{0.5cm}@{}p{0.5cm}@{}|]
That's a total 6 cm (2cm from the first column plus 0.5x8 columns), which should fit within the text width.
For some reason I can't understand, I'm getting each row split into many rows. For example, instead that something like this:
Code: Select all
a1 a2 a3 a4
b1 b2 b3 b4
c1 c2 c3 c4 ...
I'm getting something like
I have tried putting it into a \parbox or into a \makebox 12cm wide, and still I'm getting split rows. I have googled for several hours and tried several other ways of "boxing" the table, at no avail. I'm getting desperate, and I'm considering rendering the table somewhere else (such as in a WYSIWYG text processor), taking screenshots, and building it as an image, but I'd still prefer to have the text on the final document selectable and "copy-paste-able" if possible.
Any suggestion?
(Just in case it matters, I'm using MikTex 2.7 and TeXnicCenter on WinXP SP3)
Thanks in advance for any answer.
Regards,
Herenvardo