X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=latex_mk%2Ftest%2Fgraphics_pdf_comment%2Fgraphics_pdf.tex;fp=latex_mk%2Ftest%2Fgraphics_pdf_comment%2Fgraphics_pdf.tex;h=bab5fe0bd204caaaee61534033fb41563c273514;hb=85ae2bc27ce30a08a6fc2bda920a60eff41edafd;hp=ecc9f0fb8a1b0ba0fb033f5830732abd3a9a3090;hpb=13d64ebc5aba7b14c904495c4a8edf9e18315bf3;p=makefiles.git diff --git a/latex_mk/test/graphics_pdf_comment/graphics_pdf.tex b/latex_mk/test/graphics_pdf_comment/graphics_pdf.tex index ecc9f0f..bab5fe0 100644 --- a/latex_mk/test/graphics_pdf_comment/graphics_pdf.tex +++ b/latex_mk/test/graphics_pdf_comment/graphics_pdf.tex @@ -1,15 +1,29 @@ \documentclass{jsarticle} \usepackage[dvipdfmx,hiresbb]{graphicx} \begin{document} -\includegraphics[width=15cm]{tiger.pdf} -% \includegraphics[width=15cm]{tiger0.pdf} -コメント処理の実験 % \includegraphics[width=15cm]{tiger1.pdf} +\section{通常} +画像\texttt{tiger1.pdf} が読み込まれる。 -\% \includegraphics[width=15cm]{tiger2.pdf} +\includegraphics[width=15cm]{tiger1.pdf} + +\section{行頭からのコメント} +コメント内の画像\texttt{tiger2.pdf} は読み込まれない。 + +% \includegraphics[width=15cm]{tiger2.pdf} + +\section{行の途中でコメント} +コメント内の画像\texttt{tiger3.pdf} は読み込まれてはならない。% \includegraphics[width=15cm]{tiger3.pdf} + +\section[行中に\%を挿入]{行中に\texttt{$\backslash$\%} を挿入} +\verb|\%| の後に記載された画像\texttt{tiger4.pdf} は読み込まれる。 + +\% \includegraphics[width=15cm]{tiger4.pdf} + +\section{\tt{verbatim}環境} +\texttt{verbatim}環境内の画像\texttt{tiger5.pdf} は読み込まれない。 \begin{verbatim} -\includegraphics[width=15cm]{tiger3.pdf} +\includegraphics[width=15cm]{tiger5.pdf} \end{verbatim} - \end{document}