1
|
1 \documentclass[title,12pt]{jsreport}
|
|
2 \usepackage{ie-thesis}
|
|
3
|
|
4 \jtitle{GearsOSにおけるFileSystemの設計}
|
|
5 \title{Designing a FileSystem in GearsOS}
|
|
6
|
|
7 \affiliation{琉球大学工学部工学科知能情報コース}
|
|
8 \studentid{185742J}
|
|
9 \author{又吉 雄斗}
|
|
10 \supervisor{河野 真治}
|
|
11
|
|
12 %\Jabstract{\include{./text/Jabstract}}
|
|
13 \Jabstract{\input{./text/Jabstract.tex}}
|
|
14 \Eabstract{\input{./text/Eabstract.tex}}
|
|
15
|
|
16 \begin{document}
|
|
17 \maketitle %Don't remove.
|
|
18
|
|
19 % 目次
|
|
20 \tableofcontents %Don't remove.
|
|
21
|
|
22 % 図目次,図がある場合のみ
|
|
23 \listoffigures
|
|
24
|
|
25 % 表も軸,表がある場合のみ
|
|
26 \listoftables
|
|
27
|
|
28 % pagecounter settings
|
|
29 \setcounter{page}{0} %Don't remove.
|
|
30
|
|
31 % main text
|
|
32 % introduction
|
|
33 \include{./text/introduction}
|
|
34
|
|
35 % ...
|
|
36 \include{./text/chapter2}
|
|
37
|
|
38
|
|
39 \chapter{まとめ}
|
|
40
|
|
41 \chapter*{謝辞}
|
|
42
|
|
43 % reference
|
|
44 \include{./text/reference}
|
|
45
|
|
46 %付録がある場合のみ
|
|
47 %\appendix
|
|
48 %付録項目ごとに章構成する.章番号は本文とは独立に構成される.
|
|
49
|
|
50 \end{document} |