0
|
1 \documentclass[a4j,12pt]{jreport}
|
|
2 %\usepackage[dvips]{graphicx}
|
|
3 \usepackage[dvipdfmx]{graphicx}
|
|
4 \usepackage{bmpsize}
|
|
5 \usepackage{mythesis}
|
|
6 \usepackage{multirow}
|
|
7 \usepackage{here}
|
|
8 \usepackage{listings}
|
|
9 \usepackage{comment}
|
|
10 \usepackage{caption}
|
|
11 \usepackage{url}
|
|
12
|
|
13 \lstset{
|
|
14 language={C},
|
|
15 basicstyle={\footnotesize\ttfamily},
|
|
16 identifierstyle={\footnotesize},
|
|
17 commentstyle={\footnotesize\itshape},
|
|
18 keywordstyle={\footnotesize\bfseries},
|
|
19 ndkeywordstyle={\footnotesize},
|
|
20 stringstyle={\footnotesize\ttfamily},
|
|
21 frame={tb},
|
|
22 breaklines=true,
|
|
23 columns=[l]{fullflexible},
|
|
24 numbers=left,
|
|
25 xrightmargin=0zw,
|
|
26 xleftmargin=3zw,
|
|
27 numberstyle={\scriptsize},
|
|
28 stepnumber=1,
|
|
29 numbersep=1zw,
|
|
30 lineskip=-0.5ex
|
|
31 }
|
|
32
|
|
33 \def\lstlistlistingname{リスト目次}
|
|
34
|
|
35 \setlength{\itemsep}{-1zh}
|
5
|
36 \title{コンテナ技術を用いた教育計算機システムの構築}
|
0
|
37 \icon{
|
|
38 \includegraphics[width=50mm]{fig/ryukyu.pdf}
|
|
39 }
|
|
40 \year{令和2年度 卒業論文}
|
|
41 \belongto{琉球大学工学部工学科知能情報コース}
|
|
42 \author{175733E 氏名 {宮平 賢}\\ 指導教員 : {河野 真治} }
|
5
|
43
|
0
|
44 \makeatletter
|
|
45 \renewcommand{\lstlistlistingname}{ソースコード目次}
|
|
46 \newcommand{\figcaption}[1]{\def\@captype{figure}\caption{#1}}
|
|
47 \newcommand{\tblcaption}[1]{\def\@captype{table}\caption{#1}}
|
|
48 \makeatother
|
|
49 \setlength\abovecaptionskip{0pt}
|
|
50
|
|
51 \begin{document}
|
|
52
|
|
53 \maketitle %タイトル
|
|
54 \baselineskip 17pt plus 1pt minus 1pt
|
|
55
|
|
56 \setcounter{page}{0}
|
|
57
|
|
58 \tableofcontents % 目次
|
|
59 \listoffigures % 図目次
|
|
60 \listoftables % 表目次
|
|
61 \lstlistoflistings
|
|
62
|
5
|
63 %%%%%%%%%%%%
|
|
64 % はじめに
|
|
65 %%%%%%%%%%%%
|
0
|
66
|
5
|
67 \input{./chapter/introduction.tex}
|
0
|
68
|
5
|
69 %%%%%%%%%%%%
|
|
70 % 技術概要
|
|
71 %%%%%%%%%%%%
|
|
72
|
|
73 \input{./chapter/technology_overview.tex}
|
2
|
74
|
21
|
75
|
|
76 %%%%%%%%%%%%
|
|
77 % 旧システム
|
|
78 %%%%%%%%%%%%
|
|
79
|
|
80 \input{./chapter/old_system.tex}
|
|
81
|
5
|
82 %%%%%%%%%%%%
|
|
83 % 教育計算機システムの構築
|
|
84 %%%%%%%%%%%%
|
2
|
85
|
21
|
86 \input{./chapter/new_system.tex}
|
2
|
87
|
5
|
88 %%%%%%%%%%%%
|
|
89 % 教育計算機システムの管理
|
|
90 %%%%%%%%%%%%
|
|
91
|
|
92 \input{./chapter/system_usage.tex}
|
0
|
93
|
5
|
94 %%%%%%%%%%%%
|
7
|
95 % 教育計算機システムの評価
|
|
96 %%%%%%%%%%%%
|
|
97
|
|
98 % どこまで評価できるかわからん
|
33
|
99 \input{./chapter/system_review.tex}
|
7
|
100
|
|
101 %%%%%%%%%%%%
|
5
|
102 % まとめ
|
|
103 %%%%%%%%%%%%
|
0
|
104
|
5
|
105 \input{./chapter/conclusion.tex}
|
0
|
106
|
5
|
107 %%%%%%%%%%%%
|
|
108 % 参考文献
|
|
109 %%%%%%%%%%%%
|
0
|
110
|
5
|
111 \input{./chapter/bibitem.tex}
|
0
|
112
|
5
|
113 %%%%%%%%%%%%
|
|
114 % 謝辞
|
|
115 %%%%%%%%%%%%
|
0
|
116
|
5
|
117 \input{./chapter/thanks.tex}
|
0
|
118
|
|
119 \end{document}
|