Thank you!
That did work. I was using the caption package but did not know about the
\captionsetup[table]{singlelinecheck=off,labelsep=newline}
command.
Search found 3 matches
- Sun Apr 04, 2010 12:21 am
- Forum: Graphics, Figures & Tables
- Topic: Separating table label from table comment
- Replies: 5
- Views: 2695
- 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 ...
\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 ...
- 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 ...
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 ...