comparison pin_gn.tex @ 0:39af8ab46cbb

(no commit message)
author one
date Wed, 18 Feb 2009 22:22:25 +0900
parents
children 4742b1e4da3a
comparison
equal deleted inserted replaced
-1:000000000000 0:39af8ab46cbb
1 \documentclass[private]{ipsjpapers}
2 %\copyrightnotice{2006-4-(11): 情報処理学会プログラミング研究会 発表資料 2007年1月19日}
3 \usepackage[dvipdfm]{graphicx}
4 \usepackage{ascmac}
5
6 % 巻数,号数などの設定
7 %\setcounter{巻数}{47}
8 %\setcounter{号数}{4}
9 %\setcounter{volpageoffset}{1234}
10 %\受付{17}{11}{18}
11 %\採録{18}{2}{4}
12
13 % ユーザが定義したマクロなど.
14 \makeatletter
15 \let\@ARRAY\@array \def\@array{\def\<{\inhibitglue}\@ARRAY}
16 \def\<{\(\langle\)}
17 \def\>{\(\rangle\)}
18 \def\|{\verb|}
19 \def\Underline{\setbox0\hbox\bgroup\let\\\endUnderline}
20 \def\endUnderline{\vphantom{y}\egroup\smash{\underline{\box0}}\\}
21 \def\LATEX{\iLATEX\Large}
22 \def\LATEx{\iLATEX\normalsize}
23 \def\LATex{\iLATEX\small}
24 \def\iLATEX#1{L\kern-.36em\raise.3ex\hbox{#1\bf A}\kern-.15em
25 T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}
26 \def\LATEXe{\ifx\LaTeXe\undefined \LaTeX 2e\else\LaTeXe\fi}
27 \def\LATExe{\ifx\LaTeXe\undefined \iLATEX\scriptsize 2e\else\LaTeXe\fi}
28 \def\Quote{\list{}{}\item[]}
29 \let\endQuote\endlist
30 \def\TT{\if@LaTeX@e\tt\fi}
31 \def\CS#1{\if@LaTeX@e\tt\expandafter\string\csname#1\endcsname\else
32 $\backslash$#1\fi}
33
34 %\checklines % 行送りを確認する時に使用
35 \begin{document}%{
36 % 和文表題
37 \title{ソフトウェア開発における協調作業のための\\
38 ~~~~~アプリケーション間通信プロトコル}
39
40 % 英文表題
41 \etitle{~~~~InterApplication Communication Protocol\\
42 for Cooperative Work in Software Development}
43
44 % 所属ラベルの定義
45 \affilabel{URYU}{琉球大学理工学研究科\\ Graduate School of Engineering and Science,
46 University of the Ryukyus}
47
48 \affilabel{IE}{琉球大学工学部情報工学科\\
49 Information Engineering, University of the Ryukyus}
50
51
52 % 和文著者名
53 \author{宮城 健太\affiref{URYU} \and 河野 真治\affiref{IE}}
54
55 % 英文著者名
56 \eauthor{Kenta MIYAGI\affiref{URYU} \and
57 Shinji KONO\affiref{IE}}
58
59 % 連絡先(投稿時に必要.製版用では無視される.)
60 %\contact{宮城 健太\\
61 % 〒903-0213 沖縄県西原町千原1番地\\
62 % 琉球大学 理工学研究科情報工学専攻\\
63 % TEL: (098)985-2221\qquad FAX: (098)895-8727\\
64 % email: fuchita@.cr.u-ryukyu.ac.jp}
65
66
67 % 和文概要
68 \begin{abstract}
69 我々が提案しているRemote Editing Protocol(REP)は、テキスト編集に特化したアプリケーション間通信プロトコルである。
70 ここでは、ユーザの操作方法の改善や、マージアルゴリズムの改善、様々なアプリケーションへの実装方法について考察する。
71 また、REPの接続シーケンスやマージアルゴリズムのデバッグ方法について考察する。
72 \end{abstract}
73
74 % 英文概要
75 \begin{eabstract}
76 Remote Editing Protocol which we introduced is inter-application communication protocol for text editing.
77 In this paper we explain improvement of user interface, Merge Argorithm and implementation on various applications.
78 In addition, we consider the method of debuging for connecting protocol and merge algorithm.
79 \end{eabstract}
80
81 % 表題などの出力
82 \maketitle
83
84 % }{
85
86
87 % 本文はここから始まる
88 \input{introduction.tex}
89 \input{rep.tex}
90 \input{merger.tex}
91 \input{eclipse.tex}
92 \input{debug.tex}
93 \input{comparison.tex}
94 \input{conclusion.tex}
95 \input{bibliography.tex}
96 %\input{reference.tex}
97
98 \end{document}