LoginSignup
3
0

More than 5 years have passed since last update.

RE:VIEW で画像を横並びに出力する

Posted at

後でまとめます。

ものすごく力技だが、embedを使ってむりやり横ならびに出力することができた。
脚注(//footnote)を画像の直後に書くとfigureの中に出力されてしまうのでfigureの外に記述する。

また、ページに対する比率に設定してある画像サイズはminipageに対する比率になる。

//embed[latex]{
\begin{figure}[htbp]
  \begin{center}
    \begin{tabular}{c}

    \begin{minipage}{0.5\hsize}
      \begin{center}
//}

//image[apparel][洋服工場@<fn>{inaparel}][scale=1.0]{
//}


//embed[latex]{
      \end{center}
    \end{minipage}
//}

//embed[latex]{
    \begin{minipage}{0.5\hsize}
      \begin{center}
//}
//image[food][食品工場の写真@<fn>{infood}][scale=0.5]{
//}


//embed[latex]{
      \end{center}
    \end{minipage}
//}

//embed[latex]{
\end{tabular}
 \end{center}
\end{figure}
//}
3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0