[問題] 多張圖片的問題

看板LaTeX (論文排版)作者 (~神龍見首不見尾~)時間16年前 (2009/06/04 22:06), 編輯推噓1(101)
留言2則, 2人參與, 最新討論串1/4 (看更多)
我總共有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
文章代碼(AID): #1A9zJZS4 (LaTeX)
文章代碼(AID): #1A9zJZS4 (LaTeX)