[Home], [FAQ]

図の並べ方

two figures

上のように図を二つ並べるには、例えば次のように書きます。

    ¥begin{figure}[H]
        ¥begin{minipage}[t]{0.45¥linewidth}
            ¥includegraphics[width=0.95¥linewidth]{seagull2.eps}
            ¥caption{ウミカモメ}
            ¥label{fig:seagull}
        ¥end{minipage}
        ¥hspace{0.05¥linewidth}
        ¥begin{minipage}[t]{0.45¥linewidth}
            ¥includegraphics[width=0.95¥linewidth]{seacrow.eps}
            ¥caption{ウミガラス}
            ¥label{fig:seacrow}
        ¥end{minipage}
    ¥end{figure}
			

Updated: 2009-06-15