[問題] 多張圖片的問題
我總共有10張圖片 希望弄成下面的樣子
第一頁
┌──────────┐
│ ┌──┐┌──┐ │
│ │ 圖1││ 圖2│ │
│ └──┘└──┘ │
│ Fig 1. XXXXX │
│ │
│ ┌──┐┌──┐ │
│ │ 圖3││ 圖4│ │
│ └──┘└──┘ │
│ ┌──┐┌──┐ │
│ │ 圖5││ 圖6│ │
│ └──┘└──┘ │
│ Fig 2. XXXXX │
└──────────┘
第二頁
┌──────────┐
│ ┌──┐┌──┐ │
│ │ 圖7││ 圖8│ │
│ └──┘└──┘ │
│ ┌──┐┌──┐ │
│ │ 圖9││圖10│ │
│ └──┘└──┘ │
│ Fig 3. XXXXX │
│ │
│ │
│ │
│ │
│ │
└──────────┘
就是第一二張的圖片弄在一起 叫做Figure 1
緊接著是第三四五六張接在一起的Figure 2
換頁以後的一開始就是剩下四張的Figure 3
但是目前我遇到的問題是
第二頁的那個Figure會在頁面的正中央 而不是最上方
看起來像是
┌──────────┐
│ │ <---上面空了一大塊
│ │
│ ┌──┐┌──┐ │
│ │ 圖7││ 圖8│ │
│ └──┘└──┘ │
│ ┌──┐┌──┐ │
│ │ 圖9││圖10│ │
│ └──┘└──┘ │
│ Fig 3. XXXXX │
│ │
│ │
└──────────┘
附上
\begin{figure}
\begin{tabular}{cc}
\includegraphics[width=0.42\textwidth]{./test/pic1.ps}&
\includegraphics[width=0.42\textwidth]{./test/pic2.ps}
\end{tabular}
\caption{This is Fig 1}
\end{figure}
\begin{figure}
\begin{tabular}{cc}
\includegraphics[width=0.42\textwidth]{./test/pic3.ps}
&\includegraphics[width=0.42\textwidth]{./test/pic4.ps}\\[-30pt]
\includegraphics[width=0.42\textwidth]{./test/pic5.ps}
&\includegraphics[width=0.42\textwidth]{./test/pic6.ps}\\
\end{tabular}
\caption{This is Fig 2}
\end{figure}
\begin{figure}[!h]
\begin{tabular}{cc}
\includegraphics[width=0.42\textwidth]{./test/pic7.ps}
&\includegraphics[width=0.42\textwidth]{./test/pic8.ps}\\[-30pt]
\includegraphics[width=0.42\textwidth]{./test/pic9.ps}
&\includegraphics[width=0.42\textwidth]{./test/pic10.ps}\\
\end{tabular}
\caption{ This is Fig 3}
\end{figure}
如果有人能幫助我的 感激不盡
謝謝
--
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.114.36.146
推
06/12 02:37, , 1F
06/12 02:37, 1F
→
06/13 11:11, , 2F
06/13 11:11, 2F
討論串 (同標題文章)
LaTeX 近期熱門文章
PTT數位生活區 即時熱門文章
33
68