annotate Paper/master_paper.tex @ 43:1402268d1eca

update comparison chapter
author riono <e165729@ie.u-ryukyu.ac.jp>
date Thu, 10 Feb 2022 02:39:17 +0900
parents f71ce2ee12af
children 9c38517457d6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 \documentclass[12pt,a4paper,uplatex]{ujreport}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 \usepackage{master_paper}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 \usepackage{ascmac}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 \usepackage[dvipdfmx]{graphicx}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 \usepackage{here}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 \usepackage{listings}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 \usepackage{comment}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 \usepackage{url}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
9 \usepackage[deluxe, multi]{otf}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
10
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
11
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
12
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
13 %\input{dummy.tex} %% font
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
14
21
866f4329e430 title fix and add Continuation section
riono <e165729@ie.u-ryukyu.ac.jp>
parents: 18
diff changeset
15 \jtitle{継続を使用する並列分散フレームワークの Unity 実装}
1
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
16 \etitle{} %
2
946b23977773 update history chapter
riono <e165729@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
17 \year{2022年 3月}
946b23977773 update history chapter
riono <e165729@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
18 \eyear{March 2022}
946b23977773 update history chapter
riono <e165729@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
19 \author{安田 亮}
946b23977773 update history chapter
riono <e165729@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
20 \eauthor{Ryo Yasuda}
1
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
21 \chife{指導教員:教授 和田 知久}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
22 \echife{Supervisor: Prof. Tomohisa Wada}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
23
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
24 \marklefthead{% 左上に挿入
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
25 \begin{minipage}[b]{.4\textwidth}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
26 琉球大学大学院学位論文(修士)
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
27 \end{minipage}}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
28
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
29 % \markleftfoot{% 左下に挿入
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
30 % \begin{minipage}{.8\textwidth}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
31 % Gears OS の Paging
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
32 % \end{minipage}}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
33
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
34 \newcommand\figref[1]{図 \ref{fig:#1}}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
35 \newcommand\tabref[1]{表 \ref{tab:#1}}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
36 \newcommand\coderef[1]{ソースコード \ref{code:#1}}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
37
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
38 \lstset{
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
39 frame=single,
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
40 keepspaces=true,
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
41 stringstyle={\ttfamily},
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
42 commentstyle={\ttfamily},
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
43 identifierstyle={\ttfamily},
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
44 keywordstyle={\ttfamily},
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
45 basicstyle={\ttfamily},
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
46 breaklines=true,
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
47 xleftmargin=0zw,
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
48 xrightmargin=0zw,
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
49 framerule=.2pt,
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
50 columns=[l]{fullflexible},
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
51 numbers=left,
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
52 stepnumber=1,
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
53 numberstyle={\scriptsize},
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
54 numbersep=1em,
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
55 language={},
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
56 tabsize=4,
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
57 lineskip=-0.5zw,
11
a82543f1da47 add TakeFromExample src
riono <e165729@ie.u-ryukyu.ac.jp>
parents: 9
diff changeset
58 escapechar={@, \$},
a82543f1da47 add TakeFromExample src
riono <e165729@ie.u-ryukyu.ac.jp>
parents: 9
diff changeset
59 captionpos=b
1
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
60 }
11
a82543f1da47 add TakeFromExample src
riono <e165729@ie.u-ryukyu.ac.jp>
parents: 9
diff changeset
61
1
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
62 \def\lstlistingname{ソースコード}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
63 \def\lstlistlistingname{ソースコード目次}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
64
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
65 %%% 索引のために以下の2行を追加
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
66 \usepackage{makeidx,multicol}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
67 \makeindex
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
68 \begin{document}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
69 %rome
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
70 \maketitle
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
71
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
72 \pagenumbering{roman}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
73 \setcounter{page}{0}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
74 \makecommission
3
66397d86aa5b fix template bug
riono <e165729@ie.u-ryukyu.ac.jp>
parents: 2
diff changeset
75 %\input{chapter/signature.tex}
1
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
76
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
77 \newpage
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
78
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
79 %要旨
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
80 \input{chapter/abstract.tex}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
81
3
66397d86aa5b fix template bug
riono <e165729@ie.u-ryukyu.ac.jp>
parents: 2
diff changeset
82
1
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
83 %発表履歴
3
66397d86aa5b fix template bug
riono <e165729@ie.u-ryukyu.ac.jp>
parents: 2
diff changeset
84 \input{chapter/history.tex}
1
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
85 \addcontentsline{toc}{chapter}{研究関連論文業績}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
86
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
87 \mainmatter
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
88 %目次
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
89 \tableofcontents
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
90
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
91 %図目次
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
92 \listoffigures
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
93
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
94 %表目次
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
95 \listoftables
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
96
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
97 %リスト目次
11
a82543f1da47 add TakeFromExample src
riono <e165729@ie.u-ryukyu.ac.jp>
parents: 9
diff changeset
98 \lstlistoflistings
1
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
99
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
100 %chapters
4
44d36b9ce0e8 update chapter 1
riono <e165729@ie.u-ryukyu.ac.jp>
parents: 3
diff changeset
101 \input{chapter/0-introduction.tex}
9
1e12b3e710d6 update chapter1
riono <e165729@ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
102 \input{chapter/1-Christie.tex}
21
866f4329e430 title fix and add Continuation section
riono <e165729@ie.u-ryukyu.ac.jp>
parents: 18
diff changeset
103 \input{chapter/2-RewriteCS.tex}
27
cdf988e1ccf2 update chapter 2
riono <e165729@ie.u-ryukyu.ac.jp>
parents: 24
diff changeset
104 \input{chapter/4-WorkingInUnity.tex}
33
f71ce2ee12af add new chapter
riono <e165729@ie.u-ryukyu.ac.jp>
parents: 27
diff changeset
105 \input{chapter/5-LibraryComparison.tex}
1
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
106 \input{chapter/conclusion.tex}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
107
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
108
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
109
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
110 % %謝辞
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
111 \input{chapter/thanks.tex}
3
66397d86aa5b fix template bug
riono <e165729@ie.u-ryukyu.ac.jp>
parents: 2
diff changeset
112
66397d86aa5b fix template bug
riono <e165729@ie.u-ryukyu.ac.jp>
parents: 2
diff changeset
113
1
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
114 %参考文献
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
115 \nocite{*}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
116 \bibliography{reference}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
117 \bibliographystyle{junsrt}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
118
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
119
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
120 %発表履歴
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
121 %\addcontentsline{toc}{chapter}{発表履歴}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
122 %\input{chapter/history.tex}]
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
123
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
124 %付録
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
125 \addcontentsline{toc}{chapter}{付録}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
126 \appendix
9
1e12b3e710d6 update chapter1
riono <e165729@ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
127 %\input{chapter/appendix.tex}
1
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
128 \end{document}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
129
9
1e12b3e710d6 update chapter1
riono <e165729@ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
130