図を3つ横に並べるには?

名前: Toy
日時: 2011-05-06 22:08:30
IPアドレス: 219.36.79.*

お世話になります。 初歩的な質問で恐縮です。 図を3つ横に並べて表示したいと思っています。 以下のようなコードで試してみたのですが、 図は、2つしか横に並びません。 どのようにしたら、3つ横に並べられるのか、 御教示いただければ幸いです。 \documentclass{jarticle} \usepackage[dvips]{graphicx} \begin{document} 本文 \begin{figure} \begin{minipage}{.33\textwidth} \centering \includegraphics[width=10zw,clip]{tiger.ps}\\ \end{minipage} \hfill \begin{minipage}{.33\textwidth} \centering \includegraphics[width=10zw,clip]{tiger.ps}\\ \end{minipage} \hfill \begin{minipage}{.33\textwidth} \centering \includegraphics[width=10zw,clip]{tiger.ps}\\ \end{minipage} \caption{横に3つに並べたい図} \end{figure} \end{document}

この書き込みへの返事:

お名前
題名 
メッセージ(タグは <a href="...">...</a> だけ使えます。適宜改行を入れてください)