# HG changeset patch # User Shinji KONO # Date 1353926758 -32400 # Node ID 1b513be6fbab44113ace43a80354523ce0663e37 # Parent a323397febf442b5334f1bf7ee3cb3fc8beb57ba fix diff -r a323397febf4 -r 1b513be6fbab Paper/Makefile --- a/Paper/Makefile Mon Nov 26 19:39:39 2012 +0900 +++ b/Paper/Makefile Mon Nov 26 19:45:58 2012 +0900 @@ -46,6 +46,14 @@ + + + + + + + + PAPER = alice.ind diff -r a323397febf4 -r 1b513be6fbab Paper/o2tex --- a/Paper/o2tex Mon Nov 26 19:39:39 2012 +0900 +++ b/Paper/o2tex Mon Nov 26 19:45:58 2012 +0900 @@ -5,6 +5,7 @@ unlink "title.tex"; unlink "abstract.tex"; +unlink "abstract-e.tex"; unlink "cover.tex"; # for msdos system("rm -f 0*.tex 1*.tex 2.tex 3.tex 4.tex 5.tex 6.tex 7.tex 8.tex 9.tex"); @@ -19,10 +20,6 @@ print $fh <', "abstract.tex") ; -print $fh <', "00.tex") ; print $fh <>', $file); # && (printf $fh "\\begin{quotation}\n"); + &Pick('>', $file); # && (printf $fh "\\begin{quotation}\n"); next line; } if (/^--*abstract:/) { $file = 'abstract.tex'; $abstract = 1; - &Pick('>>', $file); # && (printf $fh "\\begin{quotation}\n"); + &Pick('>', $file); # && (printf $fh "\\begin{quotation}\n"); (print $fh "\\mbox{}"); next line; }