I am trying to replicate a caption like the one below.
Thus far I have made the following modifications:
\usepackage{caption}
\captionsetup[table]{labelsep=newline, labelfont=bf, singlelinecheck=off, justification=justified}
\caption{Table title.\newline \indent Table subtitle.}
However \indent does not seem to work in caption, so how do I get a single line indented in my caption?
Thank you for your help.
