# HG changeset patch # User e095732 # Date 1353172501 -32400 # Node ID 608e032b03205a4749f46f1b63a96b951e758e33 # Parent 58c6244a184d873eff5d8bc510ca068b091c636f add Makefile diff -r 58c6244a184d -r 608e032b0320 Paper/Makefile --- /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 diff -r 58c6244a184d -r 608e032b0320 Paper/sugi-prosym.dvi Binary file Paper/sugi-prosym.dvi has changed diff -r 58c6244a184d -r 608e032b0320 Paper/sugi-prosym.log --- 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 diff -r 58c6244a184d -r 608e032b0320 Paper/sugi-prosym.pdf Binary file Paper/sugi-prosym.pdf has changed