Hi,
I a couple of articles I found on the internet the captions of tables were formatted like this:
Table A
Description of the table
<The Table>
While normally LaTeX formats the caption as:
Table A: Description of the table
<The Table>
I looked at the caption package but couldn't find a way to seperate the label or enumeration of the description. Any help we be appreciated!
best regards,
ChoKamir
Graphics, Figures & Tables ⇒ Seperating Caption label and description
Seperating Caption label and description
Last edited by ChoKamir on Wed Jan 19, 2011 4:31 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

Seperating Caption label and description
Forget about it. I couldn't read appearently.
The solution is to use:
Sorry,
ChoKamir
The solution is to use:
Code: Select all
\usepackage{caption}\captionsetup[table]{labelsep=newline}
ChoKamir