-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy paththesis.tex
133 lines (103 loc) · 4.05 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
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
\documentclass[th]{classes/psuthesis}
% th for the thesis writing in Thai
% addition for thai with babel
\ifpdf
% for Thai is a main language else disable or \usepackage[thai,english]{babel} for english is a main language
\usepackage[english,thai]{babel}
\usepackage[laksaman]{fonts-tlwg}
\else
\fi
% enable for bibitem
\usepackage{natbib}
\usepackage{bibentry}
\nobibliography*
% enable for no hyphenate
% \tolerance=1
% \emergencystretch=\maxdimen
% \hyphenpenalty=10000
% \hbadness=10000
\begin{document}
\title{Writing Your Thesis for Graduate Student in Latex\break{Prince of Songkla University}}
\titleTH{การเขียนวิทยานิพนธ์สำหรับนักศึกษาบัณฑิตศึกษาด้วย Latex\break{มหาวิทยาลัยสงขลานครินทร์}}
\authorTitle{Mr.}
\author{Thanathip Limna}
\authorTitleTH{นาย}
\authorTH{ธนาธิป ลิ่มนา}
\studentID{53101300XX}
\degree{Master of Engineering}
\majorProgram{Computer Engineering}
\degreeTH{วิศวกรรมศาสตรมหาบัณฑิต}
\majorProgramTH{วิศวกรรมคอมพิวเตอร์}
\degreeyear{2557}
\academicyear{2014}
\academicyearTH{2557}
\studyplan{M2}
% PhD1
% PhD2
% M1 => master degree plan ก 1
% M2 => master degree plan ก 2
% advisor and committee
\majoradvisor{ผู้ช่วยศาสตราจารย์}
\coadvisor{ผู้ช่วยศาสตราจารย์}
\committeeOne{ผู้ช่วยศาสตราจารย์}
\committeeTwo{รองศาสตราจารย์}
\committeeThree{รองศาสตราจารย์}
\committeeFour{รองศาสตราจารย์}
\committeeFive{รองศาสตราจารย์}
% current dean of graduate school
\deanOfGraduateSchool{รองศาสตราจารย์ ดร.ธีระพล ศรีชนะ}
% vitae
\graduatedDegreeOne{วิศวกรรมศาสตรบัณฑิต (วิศวกรรมคอมพิวเตอร์)}
\graduatedInstitutionOne{มหาวิทยาลัยสงขลานครินทร์}
\graduatedYearOne{2546}
\scholarshipOne{ทุนการศึกษาโครงการปริญญาตรี-โท 5 ปี คณะวิศวกรรมศาสตร์ มหาวิทยาลัยสงขลานครินทร์่}
\workedExperienceOne{นักวิจัย มหาวิทยาลัยสงขลานครินทร์่}
\publicationOne{Teerasak Kroputaponchai and Nikom Suvonvorn,
``Video Authentication using Spatio-Temporal Signature for
Surveillance System'', in \textit{2015 12th International Joint Conference
on Computer Science and Software Engineering (JCSSE 2015)},
Faculty of Science, Prince of Songkla University,
Thailand, 2015.}
%for roman page
%\frontmatter
\begin{titlepage}
\maketitle
\end{titlepage}
\begin{innertitlepage}
\makePSUthesistitle
\end{innertitlepage}
%\setlength{\parskip}{1ex}
%\setlength{\baselineskip}{1.25em}
\begin{othertitlepage}
\makeApprovalPage
\end{othertitlepage}
\begin{othertitlepage}
\makeDeclaration
\end{othertitlepage}
\subfile{abstract}
\subfile{acknowledgement}
% *********************** Adding TOC and List of Figures ***********************
\PSUtableofcontents
\PSUlistoftables
\PSUlistoffigures
\subfile{abbreviations}
% ******************************** Main Matter *********************************
\mainmatter
\subfile{chapter1/chapter1}
\subfile{chapter2/chapter2}
\subfile{chapter3/chapter3}
\subfile{chapter4/chapter4}
\subfile{chapter5/chapter5}
\bibliographystyle{apalike}
% enable for ieee reference style and disable above
% \bibliographystyle{ieeetr}
\bibliography{references}
% ********************************** Appendices ********************************
%
\begin{appendices} % Using appendices environment for more functunality
\subfile{appendix1/appendix1}
\subfile{appendix2/appendix2}
\end{appendices}
\makeVitae
\backmatter
\end{document}