作者andrew43 (Myrmarachne)
看板LaTeX
标题Re: [问题] 多张图片的问题
时间Thu Jun 4 22:34:57 2009
整个 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}
: 如果有人能帮助我的 感激不尽
: 谢谢
--
http://apansharing.blogspot.com/
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 59.126.46.88