作者RainIced (我好想念快速的宿网)
看板LaTeX
标题[问题] 关於表格标号
时间Mon Oct 15 01:03:47 2007
以下是我使用表格+表格编号的方式
\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
1F:推 ioecon:\begin{center} 10/15 09:12
2F:→ ioecon:.... \end{center} 10/15 09:13