minipage
code:tex
\begin{minipage}pos{width}
\end{minipage}
posはtかb
例
code:図を横に並べる.tex
\begin{figure}
\begin{minipage}{0.45\linewidth}
\centering
\includegraphicskeepaspectratio,width=0.9\linewidth{image1.png}
\caption{画像1}\label{fig:image1}
\end{minipage}
\begin{minipage}{0.45\linewidth}
\centering
\includegraphicskeepaspectratio,width=0.9\linewidth{image2.png}
\caption{画像2}\label{fig:image2}
\end{minipage}
\end{figure}
レイアウトによっては縦並びになるかも
確実に横並びにしたい場合は\begin{tabular}を噛ませる
間を開けたい場合は\vspace or \hspaceが使える
from latexでminipageを使って図を横に並べる際に間隔を調整 - Qiita
minipageと親のfigure/table環境の両方にcaptionを付けたいときは、\subcaption{}を使う
SUBCAP | LaTeX 図の挿入
それぞれのminipageに\subcaption{}を、外側のfigure/table環境に\caption{}をつける
\begin{subfigure}を使う方法もある?
https://konoyonohana.blog.fc2.com/blog-entry-263.html
obsoluted. 代わりにsubfig.styを使う
ミニページ | pLaTeXオンラインマニュアル
FIG_ARRANGE | LaTeX 図の挿入
3.8 複雑なレイアウトの実現
10.4 複数の図を並べる
Texによる文書作成18 ~図を並べて表示 - つれづれなる備忘録
#2024-07-23 12:19:11
#2024-07-23 12:14:18
#2024-01-31 17:24:02
#2023-12-09 16:26:02
#2023-05-13 17:48:36