Latex: put two separate figures horizontally (not sub figure)

/begin{figure}[h]
/begin{minipage}[t]{0.45/linewidth}
/centering
/includegraphics[width=/textwidth]{name_of_picture1.eps}
/caption{your caption /label{your label}}
/end{minipage}
/hfill
/begin{minipage}[t]{0.45/linewidth}
/centering
/includegraphics[width=/textwidth]{name_of_picture2.eps}
/caption{your caption/label{your label}}
/end{minipage}
/end{figure}

 

--

 

It just works greatly!

 

I got it from this link: http://bbs.ctex.org/viewthread.php?tid=6393

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章