-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
86 lines (71 loc) · 3.03 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
% -*- Mode:TeX -*-
%% IMPORTANT: The official thesis specifications are available at:
%% http://libraries.mit.edu/archives/thesis-specs/
%%
%% Please verify your thesis' formatting and copyright
%% assignment before submission. If you notice any
%% discrepancies between these templates and the
%% MIT Libraries' specs, please let us know
%% by e-mailing [email protected]
%% The documentclass options along with the pagestyle can be used to generate
%% a technical report, a draft copy, or a regular thesis. You may need to
%% re-specify the pagestyle after you \include cover.tex. For more
%% information, see the first few lines of mitthesis.cls.
%\documentclass[12pt,vi,twoside]{mitthesis}
%%
%% If you want your thesis copyright to you instead of MIT, use the
%% ``vi'' option, as above.
%%
%\documentclass[12pt,twoside,leftblank]{mitthesis}
%%
%% If you want blank pages before new chapters to be labelled ``This
%% Page Intentionally Left Blank'', use the ``leftblank'' option, as
%% above.
\documentclass[12pt,twoside]{mitthesis}
\usepackage{lgrind}
%% These have been added at the request of the MIT Libraries, because
%% some PDF conversions mess up the ligatures. -LB, 1/22/2014
\usepackage{cmap}
\usepackage[T1]{fontenc}
\pagestyle{plain}
%% This bit allows you to either specify only the files which you wish to
%% process, or `all' to process all files which you \include.
%% Krishna Sethuraman (1990).
%\typein [\files]{Enter file names to process, (chap1,chap2 ...), or `all' to process all files:}
\def\all{all}
\ifx\files\all \typeout{Including all files.} \else %\typeout{Including only \files.} \includeonly{\files} \fi
\newcommand{\thesisUniversity}{\protect{The Hong Kong Polytechnic University}}
\newcommand{\thesisUniversityDepartment}{Department of Computing}
\title{Cross-Technology Mutualism \\in the Internet of Things}
\author{Zhenlin An}
% If you wish to list your previous degrees on the cover page, use the
% previous degrees command:
% \prevdegrees{A.A., Harvard University (1985)}
% You can use the \\ command to list multiple previous degrees
% \prevdegrees{B.S., University of California (1978) \\
% S.M., Massachusetts Institute of Technology (1981)}
\department{Department of Computing}
% If the thesis is for two degrees simultaneously, list them both
% separated by \and like this:
% \degree{Doctor of Philosophy \and Master of Science}
\degree{Doctor of Philosophy in Computer Science}
% As of the 2007-08 academic year, valid degree months are September,
%% February, or June. The default is June.
%\degreemonth{June}
%\degreeyear{1990}
\thesisdate{November 20, 2020}
\begin{document}
\include{cover}
% Some departments (e.g. 5) require an additional signature page. See
% signature.tex for more information and uncomment the following line if
% applicable.
% \include{signature}
\pagestyle{plain}
\include{contents/contents}
\include{contents/chap1}
%\include{chap2}
\appendix
\include{appa}
\include{appb}
\include{biblio}
\end{document}