From 2822a8a52b2d17dea1aa3a75c974fb7aa0cd575a Mon Sep 17 00:00:00 2001 From: j8takagi Date: Wed, 4 Dec 2013 23:38:02 +0900 Subject: [PATCH 1/1] =?utf8?q?graphics=5Fcomment=E3=83=86=E3=82=B9?= =?utf8?q?=E3=83=88=E3=81=AE=E5=86=85=E5=AE=B9=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../graphics_comment/graphics_comment.tex | 36 +++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/latex_mk/test/graphics_comment/graphics_comment.tex b/latex_mk/test/graphics_comment/graphics_comment.tex index 435d17f..17b3683 100644 --- a/latex_mk/test/graphics_comment/graphics_comment.tex +++ b/latex_mk/test/graphics_comment/graphics_comment.tex @@ -3,30 +3,62 @@ \begin{document} \section{通常} +\begin{verbatim} +\includegraphics[width=15cm]{tiger1.pdf} +\end{verbatim} + 画像\texttt{tiger1.pdf} が読み込まれる。 \includegraphics[width=15cm]{tiger1.pdf} \section{行頭からのコメント} +\begin{verbatim} +% \includegraphics[width=15cm]{tiger2.pdf} +\end{verbatim} + コメント内の画像\texttt{tiger2.pdf} は読み込まれない。 % \includegraphics[width=15cm]{tiger2.pdf} \section{行の途中でコメント} -コメント内の画像\texttt{tiger3.pdf} は読み込まれてはならない。% \includegraphics[width=15cm]{tiger3.pdf} +\begin{verbatim} +テキストテキストテキストテキスト % \includegraphics[width=15cm]{tiger3.pdf} +\end{verbatim} + +コメント内の画像\texttt{tiger3.pdf} は読み込まれない。 + +テキストテキストテキストテキスト % \includegraphics[width=15cm]{tiger3.pdf} \section[行中に\%を挿入]{行中に\texttt{$\backslash$\%} を挿入} +\begin{verbatim} +\% \includegraphics[width=15cm]{tiger4.pdf} +\end{verbatim} + \verb|\%| の後に記載された画像\texttt{tiger4.pdf} は読み込まれる。 \% \includegraphics[width=15cm]{tiger4.pdf} \section{\tt{verbatim}環境} + +\begin{verbatim} +\begin{verbatim} +\includegraphics[width=15cm]{tiger5.pdf} +\end{verbatim} +\verb|\end{verbatim}| + \verb|\verbatim| 環境内の画像\texttt{tiger5.pdf} は読み込まれない。 \begin{verbatim} \includegraphics[width=15cm]{tiger5.pdf} + \end{verbatim} \section{\tt{verb}環境} -\verb|\verb| 内の画像\texttt{tiger6.pdf} は読み込まれない。\verb|\includegraphics[width=15cm]{tiger6.pdf}| +\begin{verbatim} +\verb|\includegraphics[width=15cm]{tiger6.pdf}| +\end{verbatim} + +\verb|\verb| 内の画像\texttt{tiger6.pdf} は読み込まれない。 + +\verb|\includegraphics[width=15cm]{tiger6.pdf}| \end{document} -- 2.18.0