作者sppandlkk (~神龙见首不见尾~)
看板LaTeX
标题Re: [问题] 多张图片的问题
时间Thu Jun 4 22:46:11 2009
我尝试了 结果如下:
第一页
┌──────────┐
│ │
│ │
│ │
│ ┌──┐┌──┐ │
│ │ 图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