-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.tex
More file actions
100 lines (71 loc) · 2.5 KB
/
Copy pathmain.tex
File metadata and controls
100 lines (71 loc) · 2.5 KB
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
\documentclass[b5paper,11pt]{article}
%%%%%%%%%%%%%%%%
% Front Matter %
%%%%%%%%%%%%%%%%
\input{packages.tex} % Declare packages
\input{setup.tex} % Custom setup
\input{abbreviations.tex} % Define abbreviations
\begin{document}
\title{JaeYoung thesis}
%%%%%%%%%%
% covers %
%%%%%%%%%%
\input{covers/cover_outer.tex} % Text for outer cover
\input{covers/cover_inner.tex} % Text for inner cover
\input{covers/cover_decision.tex}
%%%%%%%%%%%%%%%%%%%%%
% Table of Contents %
%%%%%%%%%%%%%%%%%%%%%
\pagenumbering{roman}
\input{text/abstract.tex} % Text for English Abstract
\tableofcontents % Add table of contents
%\thispagestyle{empty} % Suppress the page number
\clearpage
%%%%%%%%%%%%%%%%%
% preliminaries %
%%%%%%%%%%%%%%%%%
%\pagenumbering{roman} % Start page numbering in Roman numerals
%\printglossary[ % Add glossary
%type=\acronymtype, % Type: acronyms
% style=long, % Set style of glossary
% title=List of Abbreviations, % Set title of glossary
% toctitle=List of Abbreviations % Add glossary to table on contents
% ]
%\clearpage
%\printglossary[ % Add glossary
% type=\glsdefaulttype, % Type: acronyms
% style=long % Set style of glossary
% ]
%\clearpage
\addcontentsline{toc}{section}{\listfigurename} % Add list of figures to table of contents
\listoffigures % add list of figures
\clearpage
\addcontentsline{toc}{section}{\listtablename} % Add list of figures to table of contents
\listoftables % Add list of figures
\clearpage
\input{text/List_of_publications} % Text for Korean
\clearpage
%%%%%%%%%%%%%
% Main Text %
%%%%%%%%%%%%%
\pagenumbering{arabic} % Start page numbering in Arabic numerals
\setcounter{figure}{0} % Reset figure counter
\setcounter{table}{0} % Reset table counter
% Text for
% Chapters
\input{text/Introduction.tex}
\input{text/IoT_interworking_models.tex}
\input{text/IoT_testing.tex}
%\input{text/IoT_edge_smartcities.tex}
\input{text/Conclusion.tex}
% Additional chapters
%\input{text/Appendices.tex} % %%%%%%%%%%%%%%%%%%%%%%
% References Section %
%%%%%%%%%%%%%%%%%%%%%%
\addcontentsline{toc}{section}{\refname} % Add references section to table of contents
%\bibliography{bib} % Add bibliography file
%\bibliographystyle{ieeetr} % Set bibliography style
\printbibliography
\input{text/abstract_korean} % Text for Korean Abstract
\input{text/acknowledgement.tex}
\end{document}