作者circus29 (Keep the Faith)
看板LaTeX
标题[问题] subtable如何跨栏并排
时间Fri Apr 3 16:20:42 2009
我是用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