ecc9f0fb8a1b0ba0fb033f5830732abd3a9a3090
[makefiles.git] / latex_mk / test / graphics_pdf_comment / graphics_pdf.tex
1 \documentclass{jsarticle}
2 \usepackage[dvipdfmx,hiresbb]{graphicx}
3 \begin{document}
4 \includegraphics[width=15cm]{tiger.pdf}
5 % \includegraphics[width=15cm]{tiger0.pdf}
6
7 コメント処理の実験 % \includegraphics[width=15cm]{tiger1.pdf}
8
9 \% \includegraphics[width=15cm]{tiger2.pdf}
10
11 \begin{verbatim}
12 \includegraphics[width=15cm]{tiger3.pdf}
13 \end{verbatim}
14
15 \end{document}