コメント内の画像についてのテストを修正
authorj8takagi <j8takagi@nifty.com>
Wed, 4 Dec 2013 11:25:39 +0000 (20:25 +0900)
committerj8takagi <j8takagi@nifty.com>
Wed, 4 Dec 2013 11:25:39 +0000 (20:25 +0900)
latex_mk/test/graphics_comment/Makefile [moved from latex_mk/test/graphics_pdf_comment/Makefile with 67% similarity]
latex_mk/test/graphics_comment/graphics_comment.tex [moved from latex_mk/test/graphics_pdf_comment/graphics_pdf.tex with 80% similarity]
latex_mk/test/graphics_comment/tiger1.pdf [moved from latex_mk/test/graphics_pdf_comment/tiger1.pdf with 100% similarity]
latex_mk/test/graphics_comment/tiger4.pdf [moved from latex_mk/test/graphics_pdf_comment/tiger4.pdf with 100% similarity]
latex_mk/test/graphics_pdf_comment/latex.mk [deleted symlink]
latex_mk/test/graphics_pdf_comment/tiger2.pdf [deleted file]
latex_mk/test/graphics_pdf_comment/tiger3.pdf [deleted file]
latex_mk/test/graphics_pdf_comment/tiger5.pdf [deleted file]

similarity index 67%
rename from latex_mk/test/graphics_pdf_comment/Makefile
rename to latex_mk/test/graphics_comment/Makefile
index 46e630b..39abe36 100644 (file)
@@ -1,6 +1,6 @@
 .PHONY: all update rebase
 
-TEXTARGETS := graphics_pdf.pdf
+TEXTARGETS := graphics_comment.pdf
 
 CMP := cmp -s
 CP := cp
@@ -8,11 +8,11 @@ CONVERT := convert
 
 $(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}
diff --git a/latex_mk/test/graphics_pdf_comment/latex.mk b/latex_mk/test/graphics_pdf_comment/latex.mk
deleted file mode 120000 (symlink)
index 5a11d14..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../latex.mk
\ No newline at end of file
diff --git a/latex_mk/test/graphics_pdf_comment/tiger2.pdf b/latex_mk/test/graphics_pdf_comment/tiger2.pdf
deleted file mode 100644 (file)
index 5bf018a..0000000
Binary files a/latex_mk/test/graphics_pdf_comment/tiger2.pdf and /dev/null differ
diff --git a/latex_mk/test/graphics_pdf_comment/tiger3.pdf b/latex_mk/test/graphics_pdf_comment/tiger3.pdf
deleted file mode 100644 (file)
index 5bf018a..0000000
Binary files a/latex_mk/test/graphics_pdf_comment/tiger3.pdf and /dev/null differ
diff --git a/latex_mk/test/graphics_pdf_comment/tiger5.pdf b/latex_mk/test/graphics_pdf_comment/tiger5.pdf
deleted file mode 100644 (file)
index 5bf018a..0000000
Binary files a/latex_mk/test/graphics_pdf_comment/tiger5.pdf and /dev/null differ