Latex 图像排列显示

翻译文章到Latex,遇到图像排列显示的问题。Word中我用表格排列图片,Latex中表格还没接触过。从导师那里要来一段代码,可以实现图片排列显示。

[latex]

\begin{figure*} %% [htb] %\sidecaption \centering \mbox{}\hfill \includegraphics[width =0.45 \linewidth]{figs/video/fig3-4-a.eps}\hfill\mbox{} \mbox{}\hfill \includegraphics[width =0.45 \linewidth]{figs/video/fig3-4-b.eps}\hfill\mbox{} \mbox{}\hfill \ \vspace*{2pt} \mbox{}\hfill (a) a frame\hfill\mbox{} \mbox{}\hfill (b) saliency map\hfill\mbox{} \mbox{} \hfill \\vspace*{2pt} \mbox{}\hfill \includegraphics[width =0.45 \linewidth]{figs/video/fig3-4-c.eps}\hfill\mbox{} \mbox{}\hfill \includegraphics[width =0.45 \linewidth]{figs/video/fig3-4-d.eps}\hfill\mbox{} \mbox{}\hfill \ \vspace*{2pt} \mbox{}\hfill (c) another frame\hfill\mbox{} \mbox{}\hfill (d) saliency map\hfill\mbox{} \mbox{} \hfill \\vspace*{2pt} \caption{Our saliency map results} \label{fig:3-4} % Give a unique label % \vspace*{2pt} \end{figure*}

[/latex]