作者shiyoung (睽違已久的ID)
看板LaTeX
標題[問題] 請教表格的問題
時間Wed Jan 31 23:22:56 2007
大家好
我的目標是
---------------------------------
┌────────┐
│ │
text 1 │ figure 1 │
│ │
└────────┘
---------------------------------
┌────────┐
│ │
text 2 │ figure 2 │
│ │
└────────┘
---------------------------------
虛線不需要出現
主要是希望 text 1 text 2 可以出現在該欄位的正中央
我用的code是
\begin{figure}
\centering
\begin{tabular}{lc}
text 1 & \includegraphics[height=5cm]{figure 1} \\
text 2 & \includegraphics[height=5cm]{figure 2} \\
\end{tabular}
\end{figure}
可是這樣 text 都會出現在最下面 (虛線上面)
請問我該怎麼設定
謝謝
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.120.108.53