changeset 1:608e032b0320

add Makefile
author e095732 <e095732@ie.u-ryukyu.ac.jp>
date Sun, 18 Nov 2012 02:15:01 +0900
parents 58c6244a184d
children 4c27fee80b5a
files Paper/Makefile Paper/sugi-prosym.dvi Paper/sugi-prosym.log Paper/sugi-prosym.pdf
diffstat 4 files changed, 31 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Paper/Makefile	Sun Nov 18 02:15:01 2012 +0900
@@ -0,0 +1,26 @@
+TARGET=sugi-prosym
+
+LATEX=platex
+BIBTEX=pbibtex
+DVIPDF=dvipdfmx
+
+.SUFFIXES: .tex .div .pdf
+
+.tex.dvi:
+	$(LATEX) $<
+	$(BIBTEX) $(TARGET)
+	$(LATEX) $<
+	$(LATEX) $<
+
+.dvi.pdf:
+	$(DVIPDF) $(DVIPDF_OPT) $<
+
+all: $(TARGET).pdf
+	open $(TARGET).pdf
+
+dvi: $(TARGET).div
+
+pdf: $(TARGET).pdf
+
+clean:
+	rm *.{log,aux,dvi,pdf,bbl,blg}
\ No newline at end of file
Binary file Paper/sugi-prosym.dvi has changed
--- a/Paper/sugi-prosym.log	Thu Nov 15 19:20:01 2012 +0900
+++ b/Paper/sugi-prosym.log	Sun Nov 18 02:15:01 2012 +0900
@@ -1,4 +1,4 @@
-This is pTeX, Version 3.141592-p3.1.10 (sjis) (Web2C 7.5.4) (format=platex 2009.8.28)  15 NOV 2012 19:15
+This is pTeX, Version 3.141592-p3.1.10 (sjis) (Web2C 7.5.4) (format=platex 2009.8.28)  18 NOV 2012 02:08
 **sugi-prosym.tex
 (./sugi-prosym.tex
 pLaTeX2e <2006/11/10>+0 (based on LaTeX2e <2003/12/01> patch level 0)
@@ -71,8 +71,7 @@
 \adj@boxb=\box50
 \adj@height=\dimen138
 \adj@deadcycle=\count101
-)))
-No file sugi-prosym.aux.
+))) (./sugi-prosym.aux)
 \openout1 = `sugi-prosym.aux'.
 
 LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 31.
@@ -96,6 +95,7 @@
 LaTeX Font Info:    Font shape `JY1/mc/bx/n' in size <14.4> not available
 (Font)              Font shape `JY1/gt/m/n' tried instead on input line 66.
 
+
 Class ipsjpapers Warning: \title is too wide. Break line(s) by \\ on input line
  66.
 
@@ -163,13 +163,10 @@
 
 LaTeX Warning: There were undefined references.
 
-
-LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.
-
  ) 
 Here is how much of TeX's memory you used:
- 759 strings out of 94681
- 8537 string characters out of 1174652
+ 761 strings out of 94681
+ 8569 string characters out of 1174652
  63756 words of memory out of 1500000
  4109 multiletter control sequences out of 10000+50000
  17294 words of font info for 67 fonts, out of 1200000 for 2000
Binary file Paper/sugi-prosym.pdf has changed