view paper/thesis.tex @ 0:d0eaddc27901

add template
author KaitoMaeshiro <aosskaito@cr.ie.u-ryukyu.ac.jp>
date Fri, 28 Jan 2022 15:25:19 +0900
parents
children 37483e2cff1c
line wrap: on
line source

\documentclass[title,12pt]{jsreport}
\usepackage{ie-thesis}
\usepackage{fancyhdr}
\usepackage[dvips]{graphicx}
\usepackage[dvipdfmx]{color}
\usepackage{url}
\usepackage{amsmath}

\usepackage{listings}

% ソースコードキャプション名変更
\renewcommand{\lstlistingname}{ソースコード}

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


\jtitle{Christie-Sharpによるアプリケーション開発法}
\title{A construcrion method of distributit application with Christie-Sharp}

\affiliation{琉球大学工学部工学科知能情報コース}
\studentid{185722D}
\author{真栄城 魁人}
\supervisor{河野 真治}

%\Jabstract{\include{./text/Jabstract}}
\Jabstract{\input{./text/Jabstract.tex}}
\Eabstract{\input{./text/Eabstract.tex}}
   
\begin{document}
\maketitle %Don't remove.

% 目次
\tableofcontents	%Don't remove.

% 図目次,図がある場合のみ
\listoffigures

% 表も軸,表がある場合のみ
\listoftables

% pagecounter settings
\setcounter{page}{0}	%Don't remove.

% main text
% introduction
% \include{./text/introduction}

% ... 
\include{./text/chapter2}


\chapter{まとめと今後の展望}

\chapter*{謝辞}

% reference
\include{./text/reference}

%付録がある場合のみ
%\appendix
%付録項目ごとに章構成する.章番号は本文とは独立に構成される.

\end{document}