## 编译环境 操作系统 * [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) 谢谢了

2 回答2

0
参考[https://tex.stackexchange.com/questions/108370/how-to-get-line-breaking-multirow-to-work-in-the-caption-of-my-beginners-tabl](https://tex.stackexchange.com/questions/108370/how-to-get-line-breaking-multirow-to-work-in-the-caption-of-my-beginners-tabl)
0
如果已经用了 `caption` 宏包,加上一行 ```tex \captionsetup[figure]{singlelinecheck=false} ``` 就行。

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。