[問題] 關於表格標號

看板LaTeX (論文排版)作者 (我好想念快速的宿網)時間18年前 (2007/10/15 01:03), 編輯推噓1(101)
留言2則, 1人參與, 最新討論串1/1
以下是我使用表格+表格編號的方式 \begin{table} \caption{This is a table} \begin{tabular}[t]{lll} \hline column1 & column2 & column3 \\ \hline item1 & item2 & item3 \\ itemA & itemB & itemC \\ \hline \end{tabular} \end{table} 但是編譯出來後,表格的編號會置中(Figure 1:This is a table) 表格本身會靠左 Figure 1: This is a table --------------------------------- column1 column2 column --------------------------------- (略) --------------------------------- 請問如何把標號&表格一起置中? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 218.169.65.90

10/15 09:12, , 1F
\begin{center}
10/15 09:12, 1F

10/15 09:13, , 2F
.... \end{center}
10/15 09:13, 2F
文章代碼(AID): #174alqtK (LaTeX)
文章代碼(AID): #174alqtK (LaTeX)