view thesis.tex @ 1:ee7afe39f461

a
author Masato Tawata <e185761@ie.u-ryukyu.ac.jp>
date Tue, 01 Feb 2022 08:02:54 +0900
parents
children 192a425a7f10
line wrap: on
line source

\documentclass[title,12pt]{jsreport}
\usepackage{ie-thesis}

\jtitle{日本語タイトル(2行以内)○○○○○○○○○○○○○○○○○○○○○○○○○○○○}
\title{Title in English○○○○○○○○○○○○○○○○○○○○○○○○○○○○}

\affiliation{琉球大学工学部工学科知能情報コース}
\studentid{185761E}
\author{多和田 真都}
\supervisor{河野 真治}

%\Jabstract{\include{./text/Jabstract}}
\Jabstract{\input{./text/Jabstract.texi}}
\Eabstract{\input{./text/Eabstract.texi}}

\begin{document}
\maketitle %Don't remove.

% 目次ß
\tableofcontents	%Don't remove.

% pagecounter settings
\setcounter{page}{0}	%Don't remove.
% main text
% introduction
\input{./text/introduction.texi}
\clearpage

% ...
\input{./text/chapter2.texi}
\input{./text/chapter3.texi}

\clearpage

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

\chapter{謝辞}

% reference
\include{./text/reference}

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

\end{document}