Search found 6 matches

by majordanby
Wed Aug 25, 2010 11:49 pm
Forum: Graphics, Figures & Tables
Topic: Table using /multirow
Replies: 8
Views: 9111

Table using /multirow

Excellent frabjous.

No worries about the \cline command :D

Using \hhline I now have a lovely looking table:
http://img412.imageshack.us/img412/2558/tab4f.png



\begin{table}
\centering
\begin{tabular}{l|ccc|ccc}\hhline{~======}
& \multicolumn{3}{ c| }{Prior LTP} & \multicolumn{3}{ c }{Post LTP ...
by majordanby
Wed Aug 25, 2010 9:01 pm
Forum: Graphics, Figures & Tables
Topic: Table using /multirow
Replies: 8
Views: 9111

Table using /multirow

Well, after much searching I have found a very inelegant solution.

The \cline{}\cline{} commands do superimpose the two lines on top of one another. The only way I have found to get around this is to use the \morecmidrules command.
\cmidrule{2-7} \morecmidrules \cline{2-7}

The \morecmidrules ...
by majordanby
Wed Aug 25, 2010 8:29 pm
Forum: Graphics, Figures & Tables
Topic: Table using /multirow
Replies: 8
Views: 9111

Re: Table using /multirow

Actually frab,

\cline{2-7}\cline{2-7} just seems to superimpose the two lines on top of one another (although it does do it from columns 2-7 of course. Any ideas??

Sorry to keep bringing this up :D
by majordanby
Wed Aug 25, 2010 8:20 pm
Forum: Graphics, Figures & Tables
Topic: Table using /multirow
Replies: 8
Views: 9111

Re: Table using /multirow

Brilliant mate. Exactly what I wanted.

Many thanks, and have a good evening.
by majordanby
Wed Aug 25, 2010 8:07 pm
Forum: Graphics, Figures & Tables
Topic: Table using /multirow
Replies: 8
Views: 9111

Re: Table using /multirow

Thanks for the prompt reply frabjous. I take it that adding the first multicolumn command spanning just 1 column stops the left bounding line from stretching to the top of the column?

Sorry I should have realised that I had added my label was in the wrong place!

That has almost exactly answered my ...
by majordanby
Wed Aug 25, 2010 7:06 pm
Forum: Graphics, Figures & Tables
Topic: Table using /multirow
Replies: 8
Views: 9111

Table using /multirow

Hi guys,

I feel like I have to apologise for my first post here being a question, but I have been searching for an answer for a long time and have not yet been able to find one to my satisfaction. Hopefully you can help me :)


I am trying to create a table using multirow, and am trying to make it ...