e622c5cc91185f4c8f8a4e9f87df35f2c8d116ba
[makefiles.git] / latex_mk / test / error_no_graphic_file / graphics.tex
1 \documentclass{jsarticle}
2 \usepackage[dvipdfmx,hiresbb]{graphicx}
3 \begin{document}
4 \includegraphics[width=5cm]{banana.eps}
5 \end{document}