Search found 3 matches

by renee74
Sun Apr 04, 2010 12:21 am
Forum: Graphics, Figures & Tables
Topic: Separating table label from table comment
Replies: 5
Views: 2695

Re: Separating table label from table comment

Thank you!
That did work. I was using the caption package but did not know about the
\captionsetup[table]{singlelinecheck=off,labelsep=newline}
command.
by renee74
Sat Apr 03, 2010 9:03 am
Forum: Graphics, Figures & Tables
Topic: Separating table label from table comment
Replies: 5
Views: 2695

Re: Separating table label from table comment

Here it is.

\begin{table*}[htdp]
\caption{Photochemical Lifetime and Vertical Mixing Time of Methane in Earth's Current Atmosphere}
\label{tab:tab1}
\begin{center}
\begin{tabular}{lcc} \thickline
Parameter & If released at 100 km & If released at 70 km \\ \hline
photochemical lifetime & 3-4 days ...
by renee74
Sat Apr 03, 2010 8:00 am
Forum: Graphics, Figures & Tables
Topic: Separating table label from table comment
Replies: 5
Views: 2695

Separating table label from table comment

Hello,
I am trying to create a table that has the following structure.

Table 1
<Comment>
[Placement of actual Table]
Note

The only thing I can not figure out is how to separate the Table label from the comment. I keep getting the following format.

Table 1: <Comment>
[Placement of actual Table ...