名前: zyam56 日時: 2006-12-01 00:04:22 IPアドレス: 218.140.187.*
>>46117 ソース例示 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass[a4paper,landscape]{jsarticle} %%%%%%%%%%%%%%%%%%%%%%%%% \usepackage{graphicx} \pagestyle{empty} \begin{document} %%%%%%%%%%%%%%%%%%%%%%%%% \begin{twocolumn} %%%%%%%%%%%%%%%%%%%%%%%%% \begin{figure}[h] %%%%%%%%%% \begin{minipage}[h]{0.5\textwidth} \begin{center} \includegraphics[width=60mm,height=50mm,clip]{tiger.eps} \caption{虎 1枚目} \end{center} \end{minipage} \end{figure} %%%%%%%%%%%%%%%%%%%%%%%%% \begin{figure}[h] %%%%%%%%%% \begin{minipage}[h]{0.5\textwidth} \begin{center} \includegraphics[width=60mm,height=60mm]{golfer.eps} \caption{ゴルファー 2枚目} \end{center} \end{minipage} \end{figure} %%%%%%%%%%%%%%%%%%%%%%%%%% \newpage %%%%%%%%%%%%%%%%%%%%%%%%% \begin{figure}[h] %%%%%%%%%% \begin{minipage}[t]{0.5\textwidth} \begin{center} \includegraphics[width=50mm,height=50mm,clip]{tiger.eps} \caption{虎 3枚目} \end{center} \end{minipage} \end{figure} %%%%%%%%%%%%%%%%%%%%%%%%% \begin{figure}[h] %%%%%%%%%% \begin{minipage}[t]{0.5\textwidth} \begin{center} \includegraphics[width=60mm,height=60mm]{golfer.eps} \caption{golfer 4枚目} \end{center} \end{minipage} \end{figure} %%%%%%%%%%%%%%%%%%%%%%%%%% \end{twocolumn} %%%%%%%%%%%%%%%%%%%%%%%%%% \end{document} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
この書き込みへの返事: