\documentclass[a4paper,12pt]{jsbook}
\setlength{\textwidth}{\fullwidth}
\setlength{\evensidemargin}{\oddsidemargin}
\usepackage{thesis}
\usepackage{makeidx}
\usepackage{amsmath}
\usepackage{txfonts, float}
\usepackage{here}
\usepackage[dvipdfmx]{graphicx}
\usepackage[noto-otc, unicode]{pxchfon}
\begin{document}
% 表紙
\thesis{修士論文}
\date{20xx年xx月xx日}
\title{
\scalebox{1.5}{The Title}\\
\vspace{1.2zh}
\scalebox{1.5}{of}\\
\vspace{1.2zh}
\scalebox{1.5}{Your Master Thesis}
}
\teacher{Your Professor 教授}
\organization{東京大学 情報理工学系研究科 知能機械情報学専攻}
\author{Your ID Your Name}
\maketitle
% 前書き
\include{abstract}
\frontmatter
\tableofcontents
\listoffigures
\listoftables
% 本文
\mainmatter
\include{sample} % 使い方を示す例
\include{introduction}
\include{background}
\include{proposed}
\include{result}
\include{conclusion}
\include{acknowledgement}
\include{bibliography}
\include{appendix1}
\include{appendix2}
% 後書き
\backmatter
\appendix
\printindex
\end{document}