请问插图中的标题换行\protect\\不生效该怎么办?

2020-05-30 13:37发布

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

## 编译环境 操作系统 * [x ] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [x ] TexLive `年份` * [ ] MikTeX `版本号` * [ ] CTeX `若需勾选,请把[ ]改成[x]` ## 我的问题 大佬们好!麻烦了,就是我在插图是标题过长想换行,但是不生效 这是我的代码 ``` \begin{figure}[h] \renewcommand{\captionfont}{\small} \centering \includegraphics[height=5cm]{gms02} \caption{(a)该关系网络的聚类系数随网络规模的变化情况 \protect\\ (b)同规模随机图模型聚类系数随网络规模的变化情况} \end{figure} ``` 运行出来的结果如附件,是没有换行,我该怎么办呢? ![](https://wenda.latexstudio.net/data/attach/200530/lVEl9q7Q.png) 谢谢了