Hi.
I would like to place my “caption” of my tables and figures at the left side of my paper over the whole length of my paper and not just over the length of my figure. I’m using \usepackage{caption}, not \usepackage{caption2}, so “noonline” doesn’t work now.
I also want to know how to adapt the space between the caption and the figure/table.
Thank you.
Graphics, Figures & Tables ⇒ Caption of figures/tables
NEW: TikZ book now 40% off at Amazon.com for a short time.

Caption of figures/tables
But it should since the option "nooneline" was introduced in version 1.4 (1995/01/30) of the caption package and is still a valid option in its current version 3.1.veerle wrote:Hi.
I’m using \usepackage{caption}, not \usepackage{caption2}, so “noonline” doesn’t work now.
This can be done by altering the length \abovecaptionskip. If you use the caption package version 3.0d or newer this can be done byI also want to know how to adapt the space between the caption and the figure/table.
Thank you.
Code: Select all
\captionsetup{skip=5pt}