Re: [問題] 如何不顯示 subfigure 中的 (a), (b)

看板LaTeX (論文排版)作者 (稻草人騎士)時間12年前 (2012/11/30 18:25), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串4/4 (看更多)
※ 引述《monism (...)》之銘言: : 我嘗試了一下 : 拿掉subfigure之後 : 發現圖只會橫著排 : 所以超過文章寬度的圖就會不見 : 想請問有沒有更好的方法? : 謝謝 : ※ 引述《jsb (jsb)》之銘言: : : 不要用 subfigures, : : 然後用插入的多張圖用同一個圖標題就是啦。 \subfigure[]{} 不要加[] 直接用\subfigure{} (a) (b) 就不會顯示 如果是直接用\includegraphics{} 可以用 tabular排版 像是: \begin{figure} \begin{tabular}{cc} \includegraphics{} & \includegraphics{} \\ \includegraphics{} & \includegraphics{} \\ \end{tabular} \end{figure} -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.109.23.210
文章代碼(AID): #1Gk8cN7y (LaTeX)
文章代碼(AID): #1Gk8cN7y (LaTeX)