view Paper/master_paper.tex @ 9:9c7e72221e06

add cover
author kiyama <e185758@ie.u-ryukyu.ac.jp>
date Tue, 06 Feb 2024 15:04:03 +0900
parents f8a7b9b234ce
children 46f04e884545
line wrap: on
line source

\documentclass[12pt,a4paper,uplatex]{ujreport}
\usepackage{master_paper}
\usepackage{longtable}
\usepackage{ascmac}
\usepackage[dvipdfmx]{graphicx}
\usepackage{here}
\usepackage{listings}
\usepackage{comment}
\usepackage{url}
\usepackage[deluxe, multi]{otf}


%\input{dummy.tex} %% font

\jtitle{システム管理を体験させる学生実験に関する取り組み}
\etitle{Initiatives related to student experiments to experience system management} %
\year{2024年 3月}
\year{March 2024}
\author{木山 瑞基}
\eauthor{Kiyama Mizuki}
\chife{指導教員:教授 和田 知久}
\echife{Supervisor: Prof. Tomohisa Wada}

\marklefthead{% 左上に挿入
  \begin{minipage}[b]{.4\textwidth}
    琉球大学大学院学位論文(修士)
\end{minipage}}

% \markleftfoot{% 左下に挿入
%  \begin{minipage}{.8\textwidth}
%    Gears OS の Paging
% \end{minipage}}

\newcommand\figref[1]{図 \ref{fig:#1}}
\newcommand\tabref[1]{表 \ref{tab:#1}}
\newcommand\coderef[1]{ソースコード \ref{code:#1}}

\lstset{
  frame=single,
  keepspaces=true,
  stringstyle={\ttfamily},
  commentstyle={\ttfamily},
  identifierstyle={\ttfamily},
  keywordstyle={\ttfamily},
  basicstyle={\ttfamily},
  breaklines=true,
  xleftmargin=0zw,
  xrightmargin=0zw,
  framerule=.2pt,
  columns=[l]{fullflexible},
  numbers=left,
  stepnumber=1,
  numberstyle={\scriptsize},
  numbersep=1em,
  language={},
  tabsize=4,
  lineskip=-0.5zw,
  escapechar={@},
}
\def\lstlistingname{ソースコード}
\def\lstlistlistingname{ソースコード目次}

%%% 索引のために以下の2行を追加
\usepackage{makeidx,multicol}
\makeindex
\begin{document}
%rome
\makecover
\maketitle

\pagenumbering{roman}
\newpage
\setcounter{page}{0}
\makecommission

\newpage


%要旨
\input{chapter/abstract.tex}

%発表履歴
\addcontentsline{toc}{chapter}{研究関連論文業績}
\input{chapter/history.tex}

\mainmatter
%目次
\tableofcontents

%図目次
\listoffigures

%表目次
\listoftables

%リスト目次
% \lstlistoflistings

%chapters
\input{chapter/introduction.tex}
\input{chapter/technology_overview.tex}
\input{chapter/ie-system.tex}
\input{chapter/previous-research.tex}
\input{chapter/syskan-class.tex}
\input{chapter/chatsystem.tex}
\input{chapter/conclusion.tex}



% %謝辞
% \addcontentsline{toc}{chapter}{謝辞}
\input{chapter/thanks.tex}
%
%参考文献
\nocite{*}
\bibliography{reference}
\bibliographystyle{junsrt}


%発表履歴
%\addcontentsline{toc}{chapter}{発表履歴}
%\input{chapter/history.tex}]

%付録
%\addcontentsline{toc}{chapter}{付録}
%\appendix
%\input{chapter/appendix.tex}
\end{document}