-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy paththesis.tex
More file actions
137 lines (111 loc) · 3.61 KB
/
thesis.tex
File metadata and controls
137 lines (111 loc) · 3.61 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
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
134
135
136
137
%\documentclass[final,subfig,blackref,approvalform]{drexel-thesis} %final copy
%\documentclass[final,subfig,blackref]{drexel-thesis} %final copy
\documentclass[final,subfig,daring]{drexel-thesis} %colorful links copy
%\documentclass[daring,subfig,blackref,draftspace]{drexel-thesis} %for committee
%\documentclass[daring,subfig,blackref,draftwatermark,draftspace]{drexel-thesis} %draft copy
%swap margins so the wide one is down the binding edge when printing double sided
%only use this with twoside
%\let\tmp\oddsidemargin
%\let\oddsidemargin\evensidemargin
%\let\evensidemargin\tmp
%\reversemarginpar
% packages for CV formatting
\usepackage{marvosym}
\usepackage{url,parskip} %other packages for formatting
\RequirePackage{color,graphicx}
\usepackage[usenames,dvipsnames]{xcolor}
%\usepackage{fullpage}
\usepackage{longtable}
\usepackage[super]{nth}
\usepackage{verbatim}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{bm}
\usepackage{placeins} % To allow pictures to flush after a section
\usepackage{setspace}
\usepackage{nth}
\usepackage{listings} % Source code highlighting and formatting
\usepackage{hyperref} % Hyperlinks for forms and links within the text
% Draft mode on the pictures
% \setkeys{gin}{draft}
% Fancy citation extensions
\usepackage[super,sort&compress,comma]{natbib}
%\bibliographystyle{yahapj}
\bibliographystyle{ieeetr}
% fncychap clobbers \appendix with a silly implementation that breaks
% hyperlinks to appendix chapters. Work around this by ignoring their
% implementation completely.
\let\temporaryAppendix\appendix
\usepackage[Conny]{fncychap} % Nicer style used for distribution
%\usepackage[]{fncychap}
\let\appendix\temporaryAppendix
\usepackage{deluxetable}
%\usepackage{aastex_hack}
\usepackage{tikz}
\usepackage{tkz-berge}
\usetikzlibrary{shapes}
%\usepackage[left]{showlabels}
\ChRuleWidth{1.5pt}
\ChTitleVar{\Large \sc \bf}
\ChNumVar{\Large \sc \bf}
\ChNameVar{\Large \sc \bf}
\input{supplement/customizations}
\SyntaxHighLighting{}
\includeonly{
tex/preamble, %Dedications, acknowledgments, TOC, and abstract
tex/Introduction, %CHAPTER: Introduction
tex/Data, %CHAPTER: Experimental Results
tex/LM, %CHAPTER: Light Management
tex/ED, %CHAPTER: Electronic Density Distribution
tex/RM, %CHAPTER: Rate Management
tex/LT, %CHAPTER: Laser Threshold Calculation
tex/Conclusion, %CHAPTER: Conclusion
tex/appendix, %APPENDIX
tex/CV, %CV
}
\author{Zhihuan Wang}
\title{Dimensional Dependence of Light Interaction with Nanowires}
\DUTmonth{September}
\DUTyear{2017}
\degree{Doctor of Philosophy}
\advisor{Dr. Bahram Nabet}
\copyrighttext{\copyrighttextCCBYSA}
\input{pictures/tikzpics}
\begin{document}
\suppressfooter{}
\include{tex/preamble}
\begin{thesis}
\pdfbookmark[-1]{Main Matter}{Main Matter}
\ifdaring{\setstretch{1.3}}{}
%\ifdaring{\setstretch{1.3}}{\setstretch{1.3}}
\restorefooter{}
%CHAPTER: Introduction
\include{tex/Introduction}
%CHAPTER: Experimental Results
\include{tex/Data}
%CHAPTER: Light Management
\include{tex/LM}
%CHAPTER: Electronic Density Distribution
%\suppressfooter{}
%\rightfooter{}
\include{tex/ED}
%CHAPTER: Rate Management
%\suppressfooter{}
%\restorefooter{}
\include{tex/RM}
%CHAPTER: Laser Threshold Calculation
\include{tex/LT}
%CHAPTER: Conclusion
\include{tex/Conclusion}
\end{thesis}
\suppressfooter{}
\bibliography{bib/All_refs}
\suppressfooter{}
\restorefooter{}
%\syntaxhighlighting{}
\appendix{}
\include{tex/appendix}
\suppressfooter{}
\include{tex/CV}
\restorefooter{}
\end{document}