testディレクトリーにAutotest.mkによるテスト機能を実装
[makefiles.git] / latex_mk / sample / graphics_multi / graphics.tex
1 \documentclass{jsarticle}
2 \usepackage[dvipdfmx,hiresbb]{graphicx}
3 \usepackage{url}
4 \begin{document}
5 \includegraphics[width=5cm]{banana.jpg} graphics in text.\includegraphics[width=5cm]{cherry.jpg} \includegraphics[width=5cm]{fruits.jpg}
6
7 \includegraphics[width=5cm]{grapefruits.jpg}
8
9 \includegraphics[width=5cm]{melon.jpg}
10
11 \includegraphics[width=5cm]{orange.jpg}
12
13 \vspace{4zw}
14
15 画像出典: 食材・料理のフリー写真素材 無料画像のフード・フォト URL: \url{http://food.foto.ne.jp/}
16 \end{document}