いわゆる画像ファイルの取り込みは比較的簡単です。
\documentclass[12pt,dvipdfmx]{jarticle}% dvipdfmx というドライバーを指定する \usepackage{graphicx}% このパッケージが必要 ... \begin{document} ... %\includegraphics[width=10cm]{IMG_1425.jpg}% この1行で一応は取り込めるけど \begin{figure}[htbp] \centering \includegraphics[width=10cm]{IMG_1425.jpg} \caption{集合写真} \end{figure} \end{document} |
桂田 祐史