\documentclass[system, bachelor]{systembt}%卒論用
\bibliographystyle{jplain}
%\documentclass[oneside]{suribt}% 本文が * ページ以下のときに (掲示に注意)
\title{タイトル}
%\titlewidth{}% タイトル幅 (指定するときは単位つきで)
\author{著者名}
\eauthor{著者名の英語つづり}% Copyright 表示で使われる
\studentid{学生証番号}
\supervisor{指導教員名 役職}% 1 つ引数をとる (役職まで含めて書く)
%\supervisor{指導教員名 役職 \and 指導教員名 役職}% 複数教員の場合,\and でつなげる
\handin{2016}{1}% 提出月. 2 つ (年, 月) 引数をとる
%\keywords{キーワード1, キーワード2} % 概要の下に表示される
\begin{document}
\maketitle%%%%%%%%%%%%%%%%%%% タイトル %%%%
\frontmatter% ここから前文
%\etitle{Title in English}
%\begin{eabstract}%%%%%%%%%%%%% 概要 %%%%%%%%
% 300 words abstract in English should be written here.
%\end{eabstract}
\begin{abstract}%%%%%%%%%%%%% 概要 %%%%%%%%
ここに概要を書く.
Neubigらによる研究\cite{KyTea}では...
\end{abstract}
%%%%%%%%%%%%% 目次 %%%%%%%%
%\tableofcontents
{\makeatletter
\let\ps@jpl@in\ps@empty
\makeatother
\pagestyle{empty}
\tableofcontents
\clearpage}
\mainmatter% ここから本文 %%% 本文 %%%%%%%%
\chapter{}
\backmatter% ここから後付
\chapter{謝辞}%%%%%%%%%%%%%%% 謝辞 %%%%%%%
% \begin{thebibliography}{}%%%% 参考文献 %%%
% \bibitem{}
% \end{thebibliography}
\bibliographystyle{}% BibTeX を使う場合
%\bibliography{.bib ファイル名}% BibTeX を使う場合
\bibliography{reference.bib}% BibTeX を使う場合
\appendix% ここから付録 %%%%% 付録 %%%%%%%
\chapter{}
\end{document}