view paper/final_thesis.tex @ 33:44a8408a59a6

update conclusion
author Ken Miyahira <e175733@ie.u-ryukyu.ac.jp>
date Sat, 06 Feb 2021 18:49:30 +0900
parents 26a9f492bb21
children a967cf51ba92
line wrap: on
line source

\documentclass[a4j,12pt]{jreport}
%\usepackage[dvips]{graphicx}
\usepackage[dvipdfmx]{graphicx}
\usepackage{bmpsize}
\usepackage{mythesis}
\usepackage{multirow}
\usepackage{here}
\usepackage{listings}
\usepackage{comment}
\usepackage{caption}
\usepackage{url}

\lstset{
  language={C},
  basicstyle={\footnotesize\ttfamily},
  identifierstyle={\footnotesize},
  commentstyle={\footnotesize\itshape},
  keywordstyle={\footnotesize\bfseries},
  ndkeywordstyle={\footnotesize},
  stringstyle={\footnotesize\ttfamily},
  frame={tb},
  breaklines=true,
  columns=[l]{fullflexible},
  numbers=left,
  xrightmargin=0zw,
  xleftmargin=3zw,
  numberstyle={\scriptsize},
  stepnumber=1,
  numbersep=1zw,
  lineskip=-0.5ex
}

\def\lstlistlistingname{リスト目次}

\setlength{\itemsep}{-1zh}
\title{コンテナ技術を用いた教育計算機システムの構築}
\icon{
		\includegraphics[width=50mm]{fig/ryukyu.pdf}
}
\year{令和2年度 卒業論文}
\belongto{琉球大学工学部工学科知能情報コース}
\author{175733E 氏名 {宮平 賢}\\ 指導教員 : {河野 真治} }

\makeatletter
\renewcommand{\lstlistlistingname}{ソースコード目次}
\newcommand{\figcaption}[1]{\def\@captype{figure}\caption{#1}}
\newcommand{\tblcaption}[1]{\def\@captype{table}\caption{#1}}
\makeatother
\setlength\abovecaptionskip{0pt}

\begin{document}

\maketitle %タイトル
\baselineskip 17pt plus 1pt minus 1pt

\setcounter{page}{0}

\tableofcontents	% 目次
\listoffigures		% 図目次
\listoftables		% 表目次
\lstlistoflistings

%%%%%%%%%%%%
% はじめに
%%%%%%%%%%%%

\input{./chapter/introduction.tex}

%%%%%%%%%%%%
% 技術概要
%%%%%%%%%%%%

\input{./chapter/technology_overview.tex}


%%%%%%%%%%%%
% 旧システム
%%%%%%%%%%%%

\input{./chapter/old_system.tex}

%%%%%%%%%%%%
% 教育計算機システムの構築
%%%%%%%%%%%%

\input{./chapter/new_system.tex}

%%%%%%%%%%%%
% 教育計算機システムの管理
%%%%%%%%%%%%

\input{./chapter/system_usage.tex}

%%%%%%%%%%%%
% 教育計算機システムの評価
%%%%%%%%%%%%

% どこまで評価できるかわからん
\input{./chapter/system_review.tex}

%%%%%%%%%%%%
% まとめ
%%%%%%%%%%%%

\input{./chapter/conclusion.tex}

%%%%%%%%%%%%
% 参考文献
%%%%%%%%%%%%

\input{./chapter/bibitem.tex}

%%%%%%%%%%%%
% 謝辞
%%%%%%%%%%%%

\input{./chapter/thanks.tex}

\end{document}