From: j8takagi <j8takagi@nifty.com> Date: Thu, 28 Nov 2013 07:44:11 +0000 (+0900) Subject: test/graphics_pdf_commentを修正 X-Git-Url: https://j8takagi.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85ae2bc27ce30a08a6fc2bda920a60eff41edafd;p=makefiles.git test/graphics_pdf_commentを修正 --- diff --git a/latex_mk/test/graphics_pdf_comment/Makefile b/latex_mk/test/graphics_pdf_comment/Makefile index 758b8f1..986297c 100644 --- a/latex_mk/test/graphics_pdf_comment/Makefile +++ b/latex_mk/test/graphics_pdf_comment/Makefile @@ -6,26 +6,7 @@ CMP := cmp -s CP := cp CONVERT := convert -all: - @$(MAKE) -s graphics_pdf_1.pdf - @$(ECHO) '--------------------' - @$(MAKE) -s graphics_pdf_2.pdf - -graphics_pdf_1.pdf: rebase - @$(ECHO) '---------- $@: $^ ----------' - @$(MAKE) -s graphics_pdf.pdf - $(CP) -v graphics_pdf.pdf $@ - -graphics_pdf_2.pdf: update - @$(ECHO) '---------- $@: $^ ----------' - @$(MAKE) -s graphics_pdf.pdf - $(CP) -v graphics_pdf.pdf $@ - -rebase: - $(CMP) tiger.pdf.base tiger.pdf || $(CP) -v tiger.pdf.base tiger.pdf - -update: - $(CONVERT) Panthera_tigris_tigris.jpg tiger.pdf +all: graphics_pdf.pdf include latex.mk diff --git a/latex_mk/test/graphics_pdf_comment/Panthera_tigris_tigris.jpg b/latex_mk/test/graphics_pdf_comment/Panthera_tigris_tigris.jpg deleted file mode 100644 index 0bb8e7c..0000000 Binary files a/latex_mk/test/graphics_pdf_comment/Panthera_tigris_tigris.jpg and /dev/null differ 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} diff --git a/latex_mk/test/graphics_pdf_comment/tiger.pdf b/latex_mk/test/graphics_pdf_comment/tiger.pdf deleted file mode 100644 index 401e9a6..0000000 Binary files a/latex_mk/test/graphics_pdf_comment/tiger.pdf and /dev/null differ diff --git a/latex_mk/test/graphics_pdf_comment/tiger.pdf.base b/latex_mk/test/graphics_pdf_comment/tiger.pdf.base deleted file mode 100644 index 401e9a6..0000000 Binary files a/latex_mk/test/graphics_pdf_comment/tiger.pdf.base and /dev/null differ diff --git a/latex_mk/test/graphics_pdf_comment/tiger1.pdf b/latex_mk/test/graphics_pdf_comment/tiger1.pdf new file mode 100644 index 0000000..5bf018a Binary files /dev/null and b/latex_mk/test/graphics_pdf_comment/tiger1.pdf differ diff --git a/latex_mk/test/graphics_pdf_comment/tiger2.pdf b/latex_mk/test/graphics_pdf_comment/tiger2.pdf index f0a2fb4..5bf018a 100644 Binary files a/latex_mk/test/graphics_pdf_comment/tiger2.pdf and b/latex_mk/test/graphics_pdf_comment/tiger2.pdf differ diff --git a/latex_mk/test/graphics_pdf_comment/tiger3.pdf b/latex_mk/test/graphics_pdf_comment/tiger3.pdf index e69de29..5bf018a 100644 Binary files a/latex_mk/test/graphics_pdf_comment/tiger3.pdf and b/latex_mk/test/graphics_pdf_comment/tiger3.pdf differ diff --git a/latex_mk/test/graphics_pdf_comment/tiger4.pdf b/latex_mk/test/graphics_pdf_comment/tiger4.pdf new file mode 100644 index 0000000..5bf018a Binary files /dev/null and b/latex_mk/test/graphics_pdf_comment/tiger4.pdf differ diff --git a/latex_mk/test/graphics_pdf_comment/tiger5.pdf b/latex_mk/test/graphics_pdf_comment/tiger5.pdf new file mode 100644 index 0000000..5bf018a Binary files /dev/null and b/latex_mk/test/graphics_pdf_comment/tiger5.pdf differ