図の挿入
%%%%%%%%%% 図:ラベル名 %%%%%%%%%%
\begin{figure}[H] %% 図の表示位置オプション
\centering
\includegraphics[keepaspectratio,scale=1.0)]{xxx.pdf}
\caption{図の説明}
\label{fig:ラベル名xxx}
\end{figure}
-
図の表示位置オプション
- h:here
- t:top (ページ上部)
- b:bottom (ページ下部)
- t:top (ページ上部)
- p:page
-
図のオプショn
- keepaspectratio 縦横の比を維持
- scale 図のサイズの変更(scale=0.1)
- width 横幅の指定(例:width=60mm)
- height 高さの指定(例:height=3cm)
- angle 回転角の指定(例:angle=90 -度-) *度
- clip BoundingBoxからはみ出た分を切り取る