changeset 22:1b513be6fbab

fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 26 Nov 2012 19:45:58 +0900
parents a323397febf4
children 85ad84d026b7
files Paper/Makefile Paper/o2tex
diffstat 2 files changed, 11 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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
 
 
--- 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 <<RogueRogue;
 RogueRogue
 
-&Pick('>', "abstract.tex") ;
-print $fh <<RogueRogue;
-RogueRogue
-
 &Pick('>', "00.tex") ;
 print $fh <<RogueRogue;
 \\documentclass[12pt]{article} %%%%% preamble            %%%%%
@@ -246,13 +243,13 @@
     if (/^--*abstract-e:/) {
 	$file = 'abstract-e.tex';
 	$abstract = 1;
-	&Pick('>>', $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;
     }