testディレクトリーをsampleに変更
[makefiles.git] / latex_mk / sample / graphics_multi / graphics.tex
diff --git a/latex_mk/sample/graphics_multi/graphics.tex b/latex_mk/sample/graphics_multi/graphics.tex
new file mode 100644 (file)
index 0000000..d8259f6
--- /dev/null
@@ -0,0 +1,16 @@
+\documentclass{jsarticle}
+\usepackage[dvipdfmx,hiresbb]{graphicx}
+\usepackage{url}
+\begin{document}
+\includegraphics[width=5cm]{banana.jpg} graphics in text.\includegraphics[width=5cm]{cherry.jpg} \includegraphics[width=5cm]{fruits.jpg}
+
+\includegraphics[width=5cm]{grapefruits.jpg}
+
+\includegraphics[width=5cm]{melon.jpg}
+
+\includegraphics[width=5cm]{orange.jpg}
+
+\vspace{4zw}
+
+画像出典: 食材・料理のフリー写真素材 無料画像のフード・フォト URL: \url{http://food.foto.ne.jp/}
+\end{document}