.PHONY: all update rebase
-TEXTARGETS := graphics_pdf.pdf
+TEXTARGETS := graphics_comment.pdf
CMP := cmp -s
CP := cp
$(TEXTARGETS):
-all: graphics_pdf.pdf
+all: $(TEXTARGETS)
include latex.mk
clean: tex-clean
distclean: rebase clean tex-distclean
- $(RM) graphics_pdf_*.pdf
+ $(RM) graphics_*.pdf
\% \includegraphics[width=15cm]{tiger4.pdf}
\section{\tt{verbatim}環境}
-\texttt{verbatim}環境内の画像\texttt{tiger5.pdf} は読み込まれない。
+\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}|
\end{document}