I am using this for captions:
\usepackage[font=small,format=plain,labelfont=bf,up,textfont=normal,up]{caption}
But they all come out centred - I want them aligned with the left margin - how can I do this?
I am using this for captions:
\usepackage[font=small,format=plain,labelfont=bf,up,textfont=normal,up]{caption}
But they all come out centred - I want them aligned with the left margin - how can I do this?
Add the options justification=justified,singlelinecheck=false. This is described in the caption manual.
Put \captionsetup{singlelinecheck = false, justification=justified} after \begin{figure} would solve the problem.
\captionsetup macro.
– Eenoku
May 29 '19 at 14:14
skipoption. – TH. Sep 17 '10 at 01:20texdoc captionat the command line. Otherwise, you can just read it on the web. – TH. Sep 17 '10 at 01:46