Re: [問題] 圖表 caption的置中及斷行

看板LaTeX (論文排版)作者 (hooyaboom)時間18年前 (2007/05/14 12:00), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/4 (看更多)
※ 引述《LIRAY (我從來就不是好學生)》之銘言: : 這個問題果擾了我很久 : 想請教一下 有誰知道如何將caption內的句子做置中及斷行嗎? : 我試了\\ 及\centering在 \caption{}環境內都無法成功的編譯 : 比如 : \begin{figure} : [..] : \caption{\centering This is an example \\ of a long long long caption} : \end{figure} : 謝謝 我都使用爆力法解決這個問題 >"< \usepackage{caption} ... \begin{figure} \captionsetup{width=3.2in} % 強制控制 caption 的長度 [..] \caption{\centering This is an example of a long long long caption} \end{figure} 這樣他就會自己換行了 不知道大家有沒有比較好的辦法 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.120.6.147
文章代碼(AID): #16HzxTsI (LaTeX)
文章代碼(AID): #16HzxTsI (LaTeX)