annotate paper/__latexindent_temp.tex @ 22:078181f08214

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