diff sigos.tex @ 2:ddd5a624bb7a

add image flies
author sugi
date Mon, 01 Apr 2013 01:52:11 +0900
parents 484bf45ca3ee
children 7482647c66ec
line wrap: on
line diff
--- a/sigos.tex	Sun Mar 31 16:35:18 2013 +0900
+++ b/sigos.tex	Mon Apr 01 01:52:11 2013 +0900
@@ -1,5 +1,6 @@
 \documentclass[techrep]{ipsjpapers}
 \usepackage[dvipdfm]{graphicx}
+\usepackage{listings,jlisting}
 \usepackage{url}
 
 \input{dummy.tex} %% Font 
@@ -45,12 +46,34 @@
 
 % 英文概要
 \begin{eabstract}
-
+Alice is an distributed programming frame Alice, which uses Data Segment and Code Segment as programming units.  We checked that Alice has an ability to write distributed program. 
 \end{eabstract}
 % 表題などの出力
 \maketitle
 
 % 本文はここから始まる
+\lstset{%
+  frame=single,
+  stringstyle={\ttfamily},
+  commentstyle={\ttfamily},
+  identifierstyle={\ttfamily}, 
+  keywordstyle={\ttfamily},
+  basicstyle={\ttfamily},
+  breaklines=true,
+  xleftmargin=0zw,
+  xrightmargin=0zw,
+  framerule=.2pt,
+  columns=[l]{fullflexible},
+  numbers=left,
+  stepnumber=1,
+  numberstyle={\scriptsize},
+  numbersep=1em,
+  language={Java},
+  tabsize=4,
+  lineskip=-0.5zw,
+  morecomment={[s][]{/**}{*/}},
+}
+
 
 \input{introduction}   % 研究目的
 \input{alice}           % Aliceについて