• ベストアンサー

minipage??

こんばんわ.ただいま論文をまとめている最中です. LaTeXを用いてまとめているのですが,図版を二つ並べて出力させたいのですがどうすればよいでしょうか?? \begin{figure}[H] \begin{minipage}[b]{.50\linewidth} \includegraphics[width=\linewidth]{0topiper2.eps} \caption{} \newpage \includegraphics[width=\linewidth]{morepiper2.eps} \caption{} \end{minipage} \end{figure} としてみたところサイズは版面の半分になっているのですが縦に並んで出力されてしまいます(^^;) どのようにすれば横に並べて出力できるのでしょうか?? お願いいたしますm(_ _)m

質問者が選んだベストアンサー

  • ベストアンサー
  • kochory
  • ベストアンサー率45% (167/370)
回答No.1

minipageを二つ用意してそれぞれにfigureを入れればいいでしょう。 \begin{minipage}[b]{.50\linewidth} \begin{figure}[H] \includegraphics[width=\linewidth]{0topiper2.eps} \caption{} \end{figure} \end{minipage} \begin{minipage}[b]{.50\linewidth} \begin{figure} \includegraphics[width=\linewidth]{morepiper2.eps} \caption{} \end{figure} \end{minipage}

m234023b
質問者

お礼

できました☆ ご回答ありがとうございましたm(_ _)m

その他の回答 (1)

  • ryn
  • ベストアンサー率42% (156/364)
回答No.2

\begin{center} \begin{tabular}{ll}  \begin{minipage}{○○mm}   \begin{center}   \unitlength=1mm   \makebox(60,30)[c]{図が入る}\\   \caption{}   \end{center}  \end{minipage}&  \begin{minipage}{○○mm}   \begin{center}   \unitlength=1mm   \makebox(60,30)[c]{図が入る}\\   \caption{}   \end{center}  \end{minipage} \end{tabular} \end{center} でいけると思います.

m234023b
質問者

お礼

できました☆ ご回答ありがとうございましたm(_ _)m

関連するQ&A

  • Latexで図番号だけを「図1.1」ではなく「Fig. 1.1」と英語で表記したいのですが、どのようにすればよろしいのでしょうか。

    ここのカテゴリーでよいのかどうかわかりませんが、質問お願いいたします。 タイトルにある通りなのですが、現在「図1.1」というように日本語で図番号をつけているLatexで作成した論文を「Fig.1.1」と英語にするよう命じられました。 このようにするには何か特別なパッケージが必要なのでしょうか。同様に「表1.1」も英語にしたいのですが。本文は日本語で図・表だけは英語で書くということになります。ちなみに下記は図挿入の部分です。 \begin{figure}[tbp] \begin{center} \includegraphics[width=0.8\linewidth]{fwall.eps} \end{center} \caption{Isometric view of main in-vessel components\cite{parker1}.} \label{fwall} \end{figure}

  • TeXの図番号の後のコロンを消したいのですが

    TeXで文書を書いております。図を挿入するときに \begin{figure}[htb] \begin{minipage}{0.5\hsize} \begin{center} \includegraphics[width=1\hsize]{example.eps} \end{center} \caption{サンプル} \label{fig:sample} \end{minipage} \end{figure} として挿入しているのですが、このやりかたですと 図2.2:サンプル のように、図番号と図のタイトルの間にコロンが入ってしまうのです。スタイルファイルを修正すれば、コロンを入れないようにすることができるらしいのですがわかりません。どなたかスタイルファイルのどの部分どのように修正すればいいかご存知の方はどうかご教授をお願いいたします。 また、スタイルファイルの修正をしなくてもコロンを書かないようにする方法をご存知の方がいらっしゃいましたら、そちらでも構いませんのでよろしくお願いいたします。

  • TEXです

    \begin{figure}[h] \begin{flushleft} \includegraphics[width=60mm,height=60mm]{test.eps} \end{flushleft} \caption{op} \label{fig:test.eps} \end{figure} と入力しても図は左に行くのですが図の説明はセンターのままです。どうすればいいのですか教えてください

  • LATEXのスライドに画像を挿入

    LATEXを用い、スライド形式にてプレゼンを作っています。 ここに図を挿入したいのですが、ファイル名のみ表示されてうまくいきません。 図はbmpからepsに変換してあります(EPS-CONV使用) 大雑把なソースです↓ -------------------------------------------- \documentclass[draft]{seminar} \usepackage[dviout]{graphicx} \usepackage{graphicx, wrapfig, color, myhyper,fancybox,ascmac} \RequirePackage{rgbcolor} \special{dviout -e=0 -y=XGAP !ANON5NP!w!p;!bdf} \def\pause{\special{pause}} \begin{document} \begin{slide} %省略% \begin{figure}[h] \begin{center} \includegraphics[width=4cm]{name.eps} \caption{} \end{center} \end{figure} \newpage %省略% \end{slide} \end{document} -------------------------------------------- よろしくお願いいたしますm(__)m

  • latexでepsファイルをpdfで表示する記述方法

    latexでepsファイルをpdfで表示するために \begin{figure}[h] \includegraphics[width=15cm,clip]{1model.eps} \end{figure} と記述しているのですが,platexを実行すると ! Undefined control sequence. l.68 \includegraphics [width=15cm,clip]{1model.eps} ? とエラー表示が出て改善方法が分かりません. どのように記述すれば解決できるのか教えていただけませんか?

  • texでグラフを横ならびにしたとき、横の間隔を詰めたい

    texでsubfigureかminipage環境で横ならびにした図の間を詰めたいです。 とりあえず、今は下のようにsubfigureでやっていますが、どうしたらよいかわかる方がいれば、教えて頂けると幸いです。 ちなみに関係ないかもしれませんが、グラフを出力するページはlandscape環境で横にしています。 よろしくお願いします。 \begin{landscape} \begin{figure*}[!t] \begin{center} \subfigure[\normalsize fig1]{\includegraphics[width=0.485\textwidth]{fig1.eps} \label{fig1}} \subfigure[\normalsize fig2]{\includegraphics[width=0.485\textwidth]{fig2.eps} \label{fig2}} \subfigure[\normalsize fig3]{\includegraphics[width=0.485\textwidth]{fig3} \label{fig3}} \caption{比較.} \end{center} \end{figure*} \end{landscape}

  • tex 図のCaptionを中央揃えにしたい

    texで図を挿入する際のCaptionについてお伺いします. 以下のようにして,\begin{center}~\end{center}で括っていますが 図は中央揃えになるものの, Captionは中央揃えにならずに左寄せになってしまいます. \centeringでも同様です. Captionも中央揃えにする方法を教えていただけないでしょうか. \begin{figure}[!htbp] \begin{center} \includegraphics[width=13cm, clip, bb=18 75 500 420]{pic/test.eps} \caption{Test} \label{fig:system} \end{center} \end{figure}

  • 学会のtex論文テンプレートに図入らず

    学会のtex論文テンプレートを利用し 図を入れようと思ったのですが \usepacage[dvips]{graphicx} 省略 \begin{figure}[htbp] \begin{center} \includegraphics[height=100mm,origin=c,angle=270]{3.eps} \caption{詳細図} \label{fig:3} \end{center} \end{figure} 省略 と入れても絵が出力されずに [height=100mm,origin=c,angle=270]{3.eps}とでます。 なぜでしょうか?

  • TeX DVI->PDFで画像が削られる

    dvipdfmx.exeを使ってDIVファイルからPDFを作成しているのですが、画像の右が削れてしまいます。 BMPからconvertで作成したEPSの画像で \begin{figure}[htbp] \begin{center} \includegraphics[width=\textwidth]{../EPS/hoge.eps} \end{center} \caption{hoge} \label{} \end{figure} で挿入していてEPSのバウンティング情報は画像のサイズと一致してます。

  • [Tex] 図を通し番号で表示する

    図番号が章ごとに 章番号-図番号 というふうに表示されてしまいます。 これを通し番号を振ることはできないでしょうか?? 以下がサンプルのソースです。 よろしくお願いします。 -- ¥documentclass{jreport} ¥usepackage{graphicx} ¥begin{document} ¥chapter{いち} % 第1章 ¥begin{figure} % 「図1-1」と表示されてしまうが「図1」にしたい ¥includegraphics{fig1.eps} ¥caption{figure 1} ¥end{figure} ¥chapter{に} % 第2章 ¥begin{figure} % 「図2-1」と表示されてしまうが「図2」としたい ¥includegraphics{fig2.eps} ¥caption{figure 2} ¥end{figure} ¥end{document}