-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDissertation.tex
74 lines (64 loc) · 1.8 KB
/
Dissertation.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
\documentclass[12pt,final,hidelinks]{report}
%\documentclass[11pt,letterpaper,twoside,openright]{book}
\usepackage{fullpage}
\usepackage{graphicx}
\usepackage{setspace}
%\usepackage{amsthm}
%\usepackage{multirow}
\usepackage{algorithm2e}
\usepackage{algorithmic}
%\usepackage{algorithm}
\usepackage{amsmath}
\usepackage{amssymb}
%\usepackage{float}
\usepackage{url}
%\usepackage{amsmath}
%\usepackage{amsfonts}
%\usepackage{flafter}
%\usepackage{natbib}
%\usepackage{epstopdf}
%\usepackage{colortbl}
\usepackage{subfigure}
\usepackage[]{hyperref}
\hypersetup{
pdftitle={Leveraging Workload Relocation and Resource Pruning for Electricity Cost Minimization in Service Provider Networks},
pdfauthor={Muhammad Saqib Ilyas},
pdfsubject={Computer Networks},
pdfkeywords={Energy Efficiency, Electricity Cost},
bookmarksnumbered=true,
bookmarksopen=false,
%bookmarksopenlevel=1,
breaklinks=true,
%colorlinks=true,
pdfstartview=Fit,
pdfpagemode=UseOutlines, % this is the option you were lookin for
%pdfpagelayout=TwoPageRight
}
%\usepackage{latex8}
%\usepackage{times}
\renewcommand{\th}{\textsuperscript{th}}
\newcommand{\nd}{\textsuperscript{nd}}
\newcommand{\st}{\textsuperscript{st}}
\newcommand{\rd}{\textsuperscript{rd}}
\newcommand{\sq}{\textsuperscript{2}}
%\singlespacing
\doublespacing
\begin{document}
\include{sections/titlePage}
\tableofcontents
\newpage
\listoffigures
\newpage
\listoftables
\newpage
\include{sections/abstractPage}
\include{sections/introChapter1}
\include{sections/backgroundChapter2}
\include{sections/frameworkChapter3}
\include{sections/casestudyIChapter4}
\include{sections/casestudyIIChapter5}
\include{sections/conclusionsChapter6}
\appendix
\bibliographystyle{ieeetr}
\bibliography{ref}
\end{document}