annotate Paper/master_paper.tex @ 1:fc9517b7a304

add Thesis template
author riono <e165729@ie.u-ryukyu.ac.jp>
date Mon, 03 Jan 2022 17:24:25 +0900
parents
children 946b23977773
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 \documentclass[12pt,a4paper,uplatex]{ujreport}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 \usepackage{master_paper}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 \usepackage{ascmac}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 \usepackage[dvipdfmx]{graphicx}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 \usepackage{here}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 \usepackage{listings}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 \usepackage{comment}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 \usepackage{url}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
9 \usepackage[deluxe, multi]{otf}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
10
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
11
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
12
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
13 %\input{dummy.tex} %% font
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
14
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
15 \jtitle{修士論文のテンプレート}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
16 \etitle{} %
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
17 \year{2020年 3月}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
18 \eyear{March 2020}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
19 \author{清水 隆博}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
20 \eauthor{Takahiro Shimizu}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
21 \chife{指導教員:教授 和田 知久}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
22 \echife{Supervisor: Prof. Tomohisa Wada}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
23
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
24 \marklefthead{% 左上に挿入
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
25 \begin{minipage}[b]{.4\textwidth}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
26 琉球大学大学院学位論文(修士)
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
27 \end{minipage}}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
28
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
29 % \markleftfoot{% 左下に挿入
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
30 % \begin{minipage}{.8\textwidth}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
31 % Gears OS の Paging
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
32 % \end{minipage}}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
33
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
34 \newcommand\figref[1]{図 \ref{fig:#1}}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
35 \newcommand\tabref[1]{表 \ref{tab:#1}}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
36 \newcommand\coderef[1]{ソースコード \ref{code:#1}}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
37
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
38 \lstset{
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
39 frame=single,
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
40 keepspaces=true,
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
41 stringstyle={\ttfamily},
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
42 commentstyle={\ttfamily},
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
43 identifierstyle={\ttfamily},
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
44 keywordstyle={\ttfamily},
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
45 basicstyle={\ttfamily},
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
46 breaklines=true,
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
47 xleftmargin=0zw,
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
48 xrightmargin=0zw,
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
49 framerule=.2pt,
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
50 columns=[l]{fullflexible},
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
51 numbers=left,
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
52 stepnumber=1,
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
53 numberstyle={\scriptsize},
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
54 numbersep=1em,
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
55 language={},
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
56 tabsize=4,
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
57 lineskip=-0.5zw,
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
58 escapechar={@},
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
59 }
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
60 \def\lstlistingname{ソースコード}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
61 \def\lstlistlistingname{ソースコード目次}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
62
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
63 %%% 索引のために以下の2行を追加
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
64 \usepackage{makeidx,multicol}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
65 \makeindex
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
66 \begin{document}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
67 %rome
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
68 \maketitle
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
69
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
70 \pagenumbering{roman}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
71 \setcounter{page}{0}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
72 \makecommission
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
73
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
74 \newpage
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
75
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
76 %要旨
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
77 \input{chapter/abstract.tex}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
78
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
79 %発表履歴
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
80 \addcontentsline{toc}{chapter}{研究関連論文業績}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
81 \input{chapter/history.tex}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
82
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
83 \mainmatter
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
84 %目次
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
85 \tableofcontents
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
86
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
87 %図目次
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
88 \listoffigures
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
89
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
90 %表目次
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
91 \listoftables
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
92
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
93 %リスト目次
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
94 % \lstlistoflistings
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
95
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
96 %chapters
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
97 \input{chapter/introduction.tex}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
98 \input{chapter/conclusion.tex}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
99
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
100
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
101
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
102 % %謝辞
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
103 \addcontentsline{toc}{chapter}{謝辞}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
104 \input{chapter/thanks.tex}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
105 %
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
106 %参考文献
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
107 \nocite{*}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
108 \bibliography{reference}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
109 \bibliographystyle{junsrt}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
110
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
111
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
112 %発表履歴
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
113 %\addcontentsline{toc}{chapter}{発表履歴}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
114 %\input{chapter/history.tex}]
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
115
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
116 %付録
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
117 \addcontentsline{toc}{chapter}{付録}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
118 \appendix
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
119 \input{chapter/appendix.tex}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
120 \end{document}
fc9517b7a304 add Thesis template
riono <e165729@ie.u-ryukyu.ac.jp>
parents:
diff changeset
121