[Tex/LaTex] How to left-align a caption

captionshorizontal alignment

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?

Best Answer

Add the options justification=justified,singlelinecheck=false. This is described in the caption manual.