添加subcaption包后,图片的标题对齐失效

2020-06-21 00:11发布

## 编译环境 操作系统 * [ √] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [2020 ] TexLi...

## 编译环境 操作系统 * [ √] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [2020 ] TexLive `年份` * [ ] MikTeX `版本号` * [ ] CTeX `若需勾选,请把[ ]改成[x]` ## 我的问题 ``` \documentclass[ aip, amsmath, amssymb, reprint, onecolumn ]{revtex4-1} \usepackage{subcaption} \begin{document} \begin{figure}[h] \caption { Simulation of model described by ODE1 Simulation of model described by ODE1 Simulation of model described by ODE1 Simulation of model described by ODE1 Simulation of model described by ODE1 Simulation of model described by ODE1 Simulation of model described by ODE1 Simulation of model described by ODE1 Simulation of model described by ODE1 Simulation of model described by ODE1 }\label{reduced} \end{figure} \end{document} ``` 通过 \captionsetup [justification=justified]无法对标题对齐结果进行调整,所得结果跟centering一样 当选项为centerlast,centerfirst等时可以正常调整 去除\usepackage{subcaption}后恢复正常,但是我又需要这个功能