[問題] 表頭排版問題

作者: Jackliu2619   2014-07-23 01:57:55
目前想做的表格大概長這樣:
__________________________
Game Map Size Target
__________________________
1 7 x 11 2, -3
2 11 x 8 -3, 2
__________________________
我希望第二行的的 x 和 第三行的 , 可以對齊
試過 dcolumn 巨集,但排不出我要的感覺。
最後是用
\begin{table}
\begin{tabular}{lr@{$\times$}rr@{,}r}
1 & 7 & 11 & 2 & -3 \\
2 & 11 & 8 & -3 & 2 \\
\end{tabular}
\end{table}
的方式硬寫出來
但遇到的問題是當我想把表頭放回去時
下 multicolumn{2}{c}{Map Size}
都還是會回傳
!Missing \cr inserted.
不太知道要如何解決,想請有經驗的板友指點
謝謝

Links booklink

Contact Us: admin [ a t ] ucptt.com