X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=latex_mk%2Ftest%2Fgraphics%2Fgraphics.tex;h=a9430ca6c5a9645fe2efc0ce6fc5b80a0ea22570;hb=17ce78ac53191822496466976ca0bc8e0927822b;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..a9430ca 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} 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} \end{document}