-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththesis.tex
63 lines (55 loc) · 1.38 KB
/
thesis.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
\documentclass[titlepage,a4paper,12pt]{jsreport}
\usepackage{amsmath}
\usepackage[dvipdfmx]{graphicx}
% 卒業演習レポート
% \title{
% {\small 卒業演習レポート}\\
% \vspace{\baselineskip}
% タイトル
% }
% \author{
% {\small 学生証番号}\\
% 氏名 \\
% \vspace{\baselineskip} \\
% {\small 日本大学文理学部情報科学科}\\
% {\small 指導教員 尾上洋介 准教授}\\
% }
% 修士論文
\title{
{\small 修士論文}\\
\vspace{\baselineskip}
研究タイトル
}
\author{
{\small 学生証番号}\\
氏名 \\
\vspace{\baselineskip} \\
{\small 日本大学大学院総合基礎科学研究科}\\
{\small 地球情報数理科学専攻 情報科学部門}\\
{\small 指導教員 尾上洋介 准教授}\\
}
\date{20xx年xx月xx日}
\begin{document}
\maketitle
\pagestyle{empty}
\renewcommand{\abstractname}{要旨}
\include{chapter/00.abstract}
\pagestyle{plain}
\pagenumbering{roman}
\setcounter{tocdepth}{2}
\tableofcontents
\listoffigures
\listoftables
\clearpage
\pagenumbering{arabic}
% 本文
\include{chapter/01.introduction}
\include{chapter/02.related-work}
\include{chapter/03.methods}
\include{chapter/04.results}
\include{chapter/05.discussion}
\include{chapter/06.conclusion}
\include{chapter/99.acknowledgement}
\bibliographystyle{abbrv-doi}
\bibliography{reference}
\end{document}