Peter from the latexusersgroup pointed out that I over specified my multicolumn. It should have been:
\multicolumn{28}{|c|@{\hspace{0.15cm}}}{Unused} &
Search found 3 matches
- Wed Feb 16, 2011 7:11 pm
- Forum: Graphics, Figures & Tables
- Topic: multicolumn does not follow previously declared hspace?
- Replies: 4
- Views: 4462
- Wed Feb 16, 2011 9:22 am
- Forum: Graphics, Figures & Tables
- Topic: multicolumn does not follow previously declared hspace?
- Replies: 4
- Views: 4462
multicolumn does not follow previously declared hspace?
Thanks for the replay Frits. I'm not familiar with \hphantom and will give it a look.
If you're having trouble with the code perhaps the following would help.
\usepackage{rotating}
\usepackage{colortbl}
I should've posted more. I posted the complete file below. It runs no problem for me ...
If you're having trouble with the code perhaps the following would help.
\usepackage{rotating}
\usepackage{colortbl}
I should've posted more. I posted the complete file below. It runs no problem for me ...
- Wed Feb 16, 2011 1:47 am
- Forum: Graphics, Figures & Tables
- Topic: multicolumn does not follow previously declared hspace?
- Replies: 4
- Views: 4462
multicolumn does not follow previously declared hspace?
I have a 32 column table, and to make it fit on letter size paper, I used \hspace. However, when I use a \multicolumn, the total wide of the column spanning cell does not follow the widths as defined by \hspace. Is there a way to remedy this? Perhaps a different approach that I'm not doing? Thanks ...