X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=latex_mk%2Ftest%2Fgraphics%2Fgraphics.tex;h=1fb0097816f4c355ec0fd8148c8ff681e7ec3bd3;hb=c20b687c8f8522a136f5b141da54d2aa86b86963;hp=c2e67188f97c407e34c5796d76eb1cde7c8ea731;hpb=bcb43cec29432e5db23c37ca1f0a62ad146dfaa5;p=makefiles.git diff --git a/latex_mk/test/graphics/graphics.tex b/latex_mk/test/graphics/graphics.tex index c2e6718..1fb0097 100644 --- a/latex_mk/test/graphics/graphics.tex +++ b/latex_mk/test/graphics/graphics.tex @@ -1,5 +1,11 @@ \documentclass{jsarticle} \usepackage[dvipdfmx,hiresbb]{graphicx} \begin{document} -\includegraphics[width=15cm]{tiger.pdf} +\includegraphics[width=5cm]{banana.jpg} \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} \end{document}