testディレクトリーをsampleに変更
[makefiles.git] / latex_mk / sample / graphics_comment / graphics_comment.tex
@@ -1,5 +1,6 @@
 \documentclass{jsarticle}
 \usepackage[dvipdfmx,hiresbb]{graphicx}
+\usepackage{url}
 \begin{document}
 
 \section{通常}
@@ -50,7 +51,6 @@
 
 \begin{verbatim}
 \includegraphics[width=15cm]{tiger5.pdf}
-
 \end{verbatim}
 
 \section{\tt{verb}環境}
@@ -61,4 +61,8 @@
 \verb|\verb| 内の画像\texttt{tiger6.pdf} は読み込まれない。
 
 \verb|\includegraphics[width=15cm]{tiger6.pdf}|
+
+\vspace{4zw}
+
+all graphics in this document are made from \verb|Panthera tigris tigris.jpg|; 22:44, 16 July 2009 UTC; URL: \url{http://en.wikipedia.org/wiki/File:Panthera_tigris_tigris.jpg}.
 \end{document}