1
|
1 % ie-thesis: Standard Thesis Style File @ ie.u-ryukyu
|
|
2 % (based on jsreport.cls)
|
|
3 % (c) Itsuki KUNITA (kunita@ie.u-ryukyu.ac.jp)
|
|
4 % 2021/12/07
|
|
5 %
|
|
6 %
|
|
7 % packages
|
|
8 \usepackage[dvips]{graphicx}
|
|
9 \usepackage[dvipdfmx]{color}
|
|
10 \usepackage{setspace}
|
|
11 \usepackage{url}
|
|
12 \usepackage{amsmath}
|
|
13 \usepackage{fancyhdr}
|
|
14 \pagestyle{fancy}
|
|
15 \chead{}
|
|
16 \lhead{琉球大学学位論文(学士)}
|
|
17 \rhead[\leftmark]{\leftmark}
|
|
18 \cfoot[\thepage]{\thepage}
|
|
19 \renewcommand{\chaptermark}[1]{\markboth{第\ \normalfont\thechapter\ 章~#1}{}}
|
|
20
|
|
21 % settings
|
|
22 \setcounter{secnumdepth}{3}
|
|
23 \setcounter{tocdepth}{2}
|
|
24
|
|
25
|
|
26 %
|
|
27 % title in Japanese
|
|
28 \def\jtitle#1{\gdef\@jtitle{#1}}
|
|
29 \def\@jtitle{}
|
|
30 % affiliation
|
|
31 \def\affiliation#1{\gdef\@affiliation{#1}}
|
|
32 \def\@affiliation{}
|
|
33 % student ID
|
|
34 \def\studentid#1{\gdef\@studentid{#1}}
|
|
35 \def\@studentid{}
|
|
36 % supervisor
|
|
37 \def\supervisor#1{\gdef\@supervisor{#1}}
|
|
38 \def\@supervisor{}
|
|
39 % abstract, Japanese
|
|
40 \def\Jabstract#1{\gdef\@Jabstract{#1}}
|
|
41 \def\Eabstract#1{\gdef\@Eabstract{#1}}
|
|
42 %
|
|
43 % maketitle
|
|
44 \renewcommand{\maketitle}{%
|
|
45 \newpage\null
|
|
46 \thispagestyle{empty}
|
|
47 %\pagenumbering{roman} %Don't remove.
|
|
48 \begin{center}%
|
|
49 \vskip -7.0em
|
|
50 %\begingroup
|
|
51 \renewcommand{\arraystretch}{1.5}
|
|
52 \begin{tabular}{c}
|
|
53 \textbf{\Large \number\year 年度 卒業論文}\\
|
|
54 \textbf{\Large Bachelor's Thesis}\\
|
|
55 \end{tabular}\\
|
|
56 \vspace{3zw}
|
|
57 \renewcommand{\arraystretch}{3.0}
|
|
58 \begin{tabular}{c}
|
|
59 \begin{minipage}[c]{36zw} \center{\textbf{\LARGE \@jtitle}}\end{minipage}\\
|
|
60 \begin{minipage}[c]{36zw} \center{\textbf{\LARGE \@title}}\end{minipage}\\
|
|
61 \end{tabular}\\%
|
|
62 \renewcommand{\arraystretch}{1.5}
|
|
63 \vspace{6zw}
|
|
64 \includegraphics[width=70mm]{logo_u-ryukyu.jpg}\\
|
|
65 \vspace{6zw}
|
|
66 \renewcommand{\arraystretch}{1.5}
|
|
67 \begin{tabular}{c}%
|
|
68 \textbf{\Large \@affiliation}\\
|
|
69 \textbf{\Large \@studentid \hspace{1zw} \@author}\\
|
|
70 \\
|
|
71 \textbf{\Large 指導教員 \hspace{1zw} \@supervisor}
|
|
72 \end{tabular}%
|
|
73 \end{center}%
|
|
74 \newpage\null
|
|
75 \thispagestyle{empty}
|
|
76 \begin{spacing}{1.5}
|
|
77 \leftline{\textbf{\Large 要旨}}
|
|
78 \end{spacing}
|
|
79 \begin{spacing}{1.2}
|
|
80 \fontsize{12pt}{0mm}\selectfont
|
|
81 \@Jabstract
|
|
82 \end{spacing}
|
|
83 \newpage\null
|
|
84 \thispagestyle{empty}
|
|
85 \begin{spacing}{1.5}
|
|
86 \leftline{\textbf{\Large Abstract}}
|
|
87 \end{spacing}
|
|
88 \begin{spacing}{1.2}
|
|
89 \fontsize{12pt}{0mm}\selectfont
|
|
90 \@Eabstract
|
|
91 \end{spacing}
|
|
92 %\newpage\null
|
|
93 }
|
|
94
|
|
95 %章
|
|
96 \renewcommand{\chapter}{%
|
|
97 \if@openright\cleardoublepage\else\clearpage\fi
|
|
98 %\pagenumbering{arabic} %Don't remove.
|
|
99 \thispagestyle{empty}%
|
|
100 \global\@topnum\z@
|
|
101 \@afterindentfalse
|
|
102 \secdef\@chapter\@schapter
|
|
103 }
|