LaTeX技巧129:如何让图表的标题自定义断行?

标签:
latex断行标题图表 |
分类: 插图技巧 |
QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载
\begin{figure}
\centering
\includegraphics[width=3in]{graphic.eps}
\captionstyle{center}
\onelinecaptionsfalse
\caption{First Line of Caption \protect\\
Second Line of Caption}
\label{fig:caption:linebreak}
\end{figure}
得到下图中的标题。因为