.gitignoreを、latex用と汎用に分離
[makefiles.git] / latex_mk / test / graphics / graphics.tex
1 \documentclass{jsarticle}
2 \usepackage[dvipdfmx,hiresbb]{graphicx}
3 \begin{document}
4 \includegraphics[width=5cm]{banana.jpg} graphics in text.\includegraphics[width=5cm]{cherry.jpg} \includegraphics[width=5cm]{fruits.jpg}
5
6 \includegraphics[width=5cm]{grapefruits.jpg}
7
8 \includegraphics[width=5cm]{melon.jpg}
9
10 \includegraphics[width=5cm]{orange.jpg}
11 \end{document}