[問題] subtable如何跨欄並排

看板LaTeX (論文排版)作者 (Keep the Faith)時間16年前 (2009/04/03 16:20), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
我是用IEEE的格式 用這種寫法 \begin{table*}[!t] \renewcommand{\arraystretch}{1.3} \caption{} \centering \subtable[Caption of Subtable 1]{ \begin{tabular}{c|c|c} \hline xxx & xxx & xxx \\ \hline \end{tabular} \label{XXX} } \subtable[Caption of Subtable 2]{ \begin{tabular}{c|c|c} \hline yyy & yyy & yyy \\ \hline \hline \end{tabular} \label{YYY} } \subtable[Caption of Subtable 3]{ \begin{tabular}{c|c|c} \hline zzz & zzz & zzz \\ \hline \end{tabular} \label{ZZZ} } \end{table*} 他會放成 (a) (b) (c) 不知道有沒有辦法放成跨兩欄的 (a) (b) (c) -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.113.127.27
文章代碼(AID): #19rSRSO7 (LaTeX)
文章代碼(AID): #19rSRSO7 (LaTeX)