-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
103 lines (72 loc) · 2.41 KB
/
main.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
\documentclass[12pt,a4paper]{report}
\usepackage[utf8]{inputenc}
\usepackage{background}
\usepackage{style/nthu_format}
\usepackage{xcolor}
\usepackage{natbib}
\usepackage{url}
\usepackage{enumerate}
\usepackage{caption}
\usepackage{float}
\usepackage[section]{placeins}
\usepackage{times}
\usepackage{graphicx}
\usepackage{algorithmic}
\usepackage{amsmath, amsthm, amssymb}
\usepackage{subfigure}
\usepackage{url}
\usepackage[encapsulated]{CJK}
\usepackage[nottoc,notlot,notlof]{tocbibind}
\backgroundsetup{
scale=1.5
,
contents= {\includegraphics{images/nthu_logo}}
}
%-------------------------------------------------------------------------
% take the % away on next line to produce the final camera-ready version
\pagestyle{empty}
%-------------------------------------------------------------------------
\begin{document}
\begin{CJK}{UTF8}{bsmi}
\beforepreface
%-------------------------------------------------------------------------
\clearpage\maketitle
\thispagestyle{empty}
%-------------------------------------------------------------------------
\afterpreface
\chapter{Introduction}
Firstly we introduce the situation that graduate students are struggling with their research.
\begin{figure}[H]
\includegraphics[scale=0.35]{images/frustrated_student.jpg}
\caption{A student is resolving his graduation anxiety to violence.}
\label{fig:student}
\end{figure}
\chapter{Related Work}
Many researchers have been studying graduate students, one of them are Madsen et al\citep{madsen1992successful}
\chapter{Method}
We use a simple regression model approach to predict the graduation time of a student.
\begin{figure}[H]
\includegraphics[scale=0.65]{images/phd_comic.jpg}
\caption{A typical syndrome most of the graduate students have.}
\label{fig:phd_comic}
\end{figure}
\chapter{Experiment}
The "X" has won!
\begin{center}
\begin{tabular}{ |c|c|c| }
\hline
X & O & O \\
\hline
O & X & O \\
\hline
X & O & X \\
\hline
\end{tabular}
\captionof{table}{A Tic Tac Toe game.}\label{table:tic_tac_toe}
\end{center}
\chapter{Conclusion}
We conclude that the time of graduation is totally depends on the student him/her self.
\end{CJK}
\bibliographystyle{plain}
\bibliography{references}
\end{document}