From: j8takagi Date: Sun, 8 Dec 2013 04:34:18 +0000 (+0900) Subject: テストsimple_error_undef_ctl_seqを追加 X-Git-Url: https://j8takagi.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d229c72e390d8b66b3ab2916db3362a7685c798;p=makefiles.git テストsimple_error_undef_ctl_seqを追加 --- diff --git a/latex_mk/test/simle_error_undef_ctl_seq/Makefile b/latex_mk/test/simle_error_undef_ctl_seq/Makefile new file mode 100644 index 0000000..4cd712d --- /dev/null +++ b/latex_mk/test/simle_error_undef_ctl_seq/Makefile @@ -0,0 +1,14 @@ +TEXTARGETS := simple.pdf + +CMP := cmp -s +SED := sed + +.PHONY: all clean distclean + +all: $(TEXTARGETS) + +include latex.mk + +clean: tex-clean + +distclean: clean tex-distclean diff --git a/latex_mk/test/simle_error_undef_ctl_seq/latex.mk b/latex_mk/test/simle_error_undef_ctl_seq/latex.mk new file mode 120000 index 0000000..5a11d14 --- /dev/null +++ b/latex_mk/test/simle_error_undef_ctl_seq/latex.mk @@ -0,0 +1 @@ +../../latex.mk \ No newline at end of file diff --git a/latex_mk/test/simle_error_undef_ctl_seq/simple.tex b/latex_mk/test/simle_error_undef_ctl_seq/simple.tex new file mode 100644 index 0000000..70f4f05 --- /dev/null +++ b/latex_mk/test/simle_error_undef_ctl_seq/simple.tex @@ -0,0 +1,15 @@ +\documentclass{jsarticle} +\begin{document} + +「何人もの\textbt{ニュートン}がいた(There were several Newtons)」 +と言ったのは,科学史家ハイルブロンである.同様にコーヘンは +「ニュートンは常に二つの貌を持っていた +(Newton was always ambivalent)」と語っている. + +近代物理学史上でもっとも傑出しもっとも影響の大きな人物が +ニュートンであることは,誰しも頷くであろう. +しかし,ハイルブロンやコーヘンの言うように, +ニュートンは様々な,ときには相矛盾した顔を持ち +その影響もまた時代とともに大きく変っていった. + +\end{document}