作者sppandlkk (~神龙见首不见尾~)
看板LaTeX
标题[问题] 多张图片的问题
时间Thu Jun 4 22:06:21 2009
我总共有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
1F:推 carloscc:是神龙哥哥耶! 06/12 02:37
2F:→ sppandlkk:这样也被你抓到 @@ 06/13 11:11