-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cover.tex
48 lines (38 loc) · 1 KB
/
Cover.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
\documentclass[a4,10pt,dvipdfmx]{article}
\usepackage{geometry}
\usepackage{otf}
\makeatletter
\def\@thesis{Master Thesis}
\def\id#1{\def\@id{#1}}
\def\department#1{\def\@department{#1}}
\def\@maketitle{
\begin{center}
{\huge \@thesis \par} %修士論文と記載される部分
\vspace{29mm}
{\huge \@title \par}% 論文のタイトル部分
\vspace{50mm}
{\huge \@author}% 氏名
\vspace{5mm}
{\LARGE \@date\par} % 提出年月日部分
\vspace{20mm}
{\Large \@department \par} % 所属部分
%{\Large 学籍番号 \@id \par} % 学籍番号部分
\end{center}
\par\vskip 1.5em
}
\makeatother
\title{Effects of Boundary Conditions \\
on Magnetic Friction\\
(磁気摩擦における境界条件の効果)}
\date{\today}
\author{Kentaro Sugimoto}
\department{
\textit{Department of Physics, Graduate School of Science,\\
The University of Tokyo,\\
5-1-5 Kashiwanoha, Kashiwa-city, Chiba 277-8574, Japan}
}
%\id{}
\begin{document}
\maketitle
\thispagestyle{empty}
\end{document}