[問題] 表格中插入圖片,對齊

看板LaTeX (論文排版)作者 (Mar)時間12年前 (2013/05/16 18:28), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/2 (看更多)
我在表格中插入圖片 表格中有3X3矩陣 也有圖片 可是圖片都是緊貼上面 但是矩陣卻是置中 所以會造成不對齊,如下所示 http://ppt.cc/5cbD 圖中左邊是我編譯的結果,右邊是我想要的結果 還有矩陣行距太大了,有沒有辦法小一點? 下面是我的程式碼,感謝 \begin{table}[!h] \begin{center} \caption{二維轉換的幾何性質} \label{Ch4_Geometric2} \begin{tabular}[t]{cccc} \toprule[1.5pt] 種類 & 自由度 & 矩陣 & 型態變化\\ \midrule[1pt] 投影 & 8 & $\left[ \begin{array}{ccc} h_{11} & h_{12} & h_{13}\\ h_{21} & h_{22} & h_{23}\\ h_{31} & h_{32} & h_{33} \end{array} \right] $ & \includegraphics[height=3cm]{Ch4_Geometric_2_1.png}\\ \midrule[1pt] 仿射 & 6 & $\left[ \begin{array}{ccc} a_{11} & a_{12} & t_{x}\\ a_{21} & a_{22} & t_{y}\\ 0 & 0 & 1 \end{array} \right] $ & \includegraphics[height=3cm]{Ch4_Geometric_2_2.png}\\ \midrule[1pt] 相似 & 4 & $\left[ \begin{array}{ccc} sr_{11} & sr_{12} & t_{x}\\ sr_{21} & sr_{22} & t_{y}\\ 0 & 0 & 1 \end{array} \right] $ & \includegraphics[height=3cm]{Ch4_Geometric_2_3.png}\\ \midrule[1pt] 歐幾里得 & 3 & $\left[ \begin{array}{ccc} r_{11} & r_{12} & t_{x}\\ r_{21} & r_{22} & t_{y}\\ 0 & 0 & 1 \end{array} \right] $ & \includegraphics[height=3cm]{Ch4_Geometric_2_4.png}\\ \bottomrule[1.5pt] \end{tabular} \end{center} \end{table} -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.117.95.130 ※ 編輯: Marlee 來自: 140.117.95.130 (05/16 18:29)
文章代碼(AID): #1HbBIzPq (LaTeX)
文章代碼(AID): #1HbBIzPq (LaTeX)