Re: [問題] 多張圖片的問題

看板LaTeX (論文排版)作者 (~神龍見首不見尾~)時間16年前 (2009/06/04 22:46), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/4 (看更多)
我嘗試了 結果如下: 第一頁 ┌──────────┐ │ │ │ │ │ │ │ ┌──┐┌──┐ │ │ │ 圖1││ 圖2│ │ │ └──┘└──┘ │ │ Fig 1. XXXXX │ │ │ │ │ │ │ │ │ └──────────┘ 第二頁 ┌──────────┐ │ │ │ │ │ ┌──┐┌──┐ │ │ │ 圖3││ 圖4│ │ │ └──┘└──┘ │ │ ┌──┐┌──┐ │ │ │ 圖5││ 圖6│ │ │ └──┘└──┘ │ │ Fig 2. XXXXX │ │ │ │ │ └──────────┘ 第三頁 ┌──────────┐ │ │ │ │ │ ┌──┐┌──┐ │ │ │ 圖7││ 圖8│ │ │ └──┘└──┘ │ │ ┌──┐┌──┐ │ │ │ 圖9││圖10│ │ │ └──┘└──┘ │ │ Fig 3. XXXXX │ │ │ │ │ └──────────┘ 變成三面了@@ ※ 引述《andrew43 (Myrmarachne)》之銘言: : 整個 figure 3 改成 : \newpage : \begin{figure}[!h] : ... : \end{figure} : \vspace*{\fill} : \newpage : 試試看。 : 只不過是在前後加上 \newpage 強制換頁,並在頁中加上強制無限長高度。 : 不過,我個人是比較喜好 latex 原本的做法。 : ※ 引述《sppandlkk (~神龍見首不見尾~)》之銘言: : : 附上 : : \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
文章代碼(AID): #1A9zus4C (LaTeX)
討論串 (同標題文章)
文章代碼(AID): #1A9zus4C (LaTeX)