I know there are a few similar questions about this, but the option justification=justified is not working properly on my figures. I'm getting everything but "Figure n:" justified, so the numbering labels are off justification. The same happens with justification=centering.
I'm using option \captionof{figure}, can this be the problem?
\documentclass[12pt,twoside,titlepage,headinclude]{scrreprt}
\usepackage{graphicx}
\usepackage[font=small,labelfont=bf,justification=justified]{caption}
\begin{document}
\begin{center}\vspace{1cm}
\includegraphics[width=0.7\linewidth]{Image}
\captionof{figure}[Solar atmosphere temperature-height distribution.]{Solar atmosphere temperature-height distribution as determined by \cite{15}. Height is given in kilometers measured above zero point where $\tau=1$. Regions of line formation are also indicated. From right to left: photosphere, temperature minimum (4,000K), chromosphere, transition region (8,500K) and Lyman valley (20,000K).}
\label{fig:vernazza}
\end{center}\vspace{1cm}
\end{document}

\documentclass{...}and ending with\end{document}. – jub0bs Apr 10 '14 at 18:01