
筑波大学大学院 情報学学位プログラム 修士論文 日本語テンプレート
Author:
Shoki Imai
Last Updated:
2년 전
License:
Creative Commons CC BY 4.0
Abstract:
筑波大学大学院 情報学学位プログラム 2022年度修了 日本語テンプレート

\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
\documentclass[a4paper]{jreport} % 日本語の場合
\usepackage{masterThesisJa}
\setcounter{tocdepth}{3}
\setcounter{page}{-1}
% 【必須】主題:\maintatile{日本語}{英語}
\maintitle{国文学論文の情報検索}{Information Retrieval for Articles on Japanese Literature}
% 【任意】副題:\subtitle{日本語}{英語}
% 副題が不要な場合は次の行をコメントアウトしてください
\subtitle{—情報学学位プログラムの場合—}{: A Case Study in the Master's Program in Informatics}
% 【必須】発表年月:\publish{年}{月}
\publish{20XX}{XX}
% 【必須】学生情報:\student{学籍番号}{氏名(日本語:氏名の間は1文字空ける)}{氏名(英語:Twins登録の表記)}
\student{20XX21XXX}{筑波 太郎}{Tsukuba Taro}
% 【必須】日本語の概要:\jabst{概要}
\jabst{
この文書は、筑波大学大学院情報学学位プログラムの論文概要のサンプルである。文字のサイズは10.5ポイントとする。
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * \\
(参考文献は書かない)
}
% 【任意】英語の概要:\eabst{Abstract}
% 英語の概要が不要な場合は\eabst{}をすべてコメントアウトしてください
\eabst{
(英語をつけてもよい)This is an example of the abstract of a thesis for the Master's Program in Informatics, University of Tsukuba.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\\
}
% 【必須】研究指導教員(氏名の間は1文字空ける):\advisors{主研究指導教員}{副研究指導教員}
\advisors{大学 一郎}{紫峰 花子}
% 以下,本文を出力
\begin{document}
\makecover
\addtolength{\textheight}{-5mm} % 本文の下限を5mm上昇
\setlength{\footskip}{15mm} % フッタの高さを15mmに設定
\fontsize{11pt}{15pt}\selectfont
% 目次・表目次を出力
\pagebreak\setcounter{page}{1}
\pagenumbering{roman} % I, II, III, IV
\pagestyle{plain}
\tableofcontents
\listoffigures
\listoftables
% 本文
\parindent=1zw % インデントを1文字分に設定
\pagebreak\setcounter{page}{1}
\pagenumbering{arabic} % 1,2,3
\pagestyle{plain}
% 章:\chapter{}
% 節:\section{}
% 項:\subsection{}
\chapter{序章}
% プレースホルダ
現在,遠隔地間で通話する方法として携帯電話が使用されている.ユーザは携帯電話を使ってどこででも通話することができ,これまで固定電話や公衆電話を利用して行われていた仕事相手や友人同士の連絡がより容易になった.
\chapter{関連研究}
\section{○○の研究}
\subsection{○○における××の研究}
\chapter{提案}
\chapter{評価実験}
\chapter{考察}
\chapter{まとめ}
\chapter*{謝辞}
\addcontentsline{toc}{chapter}{謝辞}
% 参考文献(References)
\newpage
\addcontentsline{toc}{chapter}{参考文献}
\renewcommand{\bibname}{参考文献}
%% 参考文献に bibtex を使う場合
%\bibliographystyle{junsrt}
%\bibliography{hoge}
%% 参考文献を直接ファイルに含めて書く場合
\begin{thebibliography}{99}
% e.g.)
\bibitem{studyA}
黒田治之,千葉和彦,「M.26 わい性台木利用リンゴ樹における生産構造と光環境に及ぼす栽植密度の影響」,園芸学会雑誌,Vol.71,No.4,2002,pp.544-552.
\end{thebibliography}
\end{document}