I want to make the label “Table” bold and put the caption right below, also I want both label and caption to be most left justified with left border of the table and size of the label be small as caption, like this.
I use elsarticle class and when I tried:Table1
This is a table caption
Code: Select all
\usepackage[
labelfont=bf,
labelsep=newline,
justification=raggedright,
singlelinecheck=false,
font=small
]{caption}
I want to conserve the original form:Figure 1
This is a figure caption
Figure 1: This is a figure caption
Thank you in advance for any help.
MM