How can I change the justification from centered to justified in figure captions?
Document class I use: revtex4-1
Tex Live for Mac
Revtex4-1 does not support the caption package I am using, and the
\usepackage
command is of no use: justification does change from the original \centered
to \raggedright
, but not to justified:Code: Select all
\usepackage[labelfont=bf,labelsep=quad,justification=justified]{caption}
\Declar
e command does not help either:
Code: Select all
\DeclareCaptionJustification{justified}{\justified}
\renew
commands? If it can and if someone can help, I need a sufficiently detailed descriptionMany thanks in advance and happy Christmas!
Victor