-
Notifications
You must be signed in to change notification settings - Fork 10
/
thesis.tex
82 lines (60 loc) · 1.51 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
\documentclass[oneside,letterpaper]{memoir}
\usepackage{citthesis}
\usepackage[T1]{fontenc}
% Load lmodern for bold \ttfamily
\usepackage[]{lmodern}
%\usepackage[lighttt]{lmodern}
%\usepackage[bitstream-charter]{mathdesign}
%\usepackage[urw-garamond]{mathdesign}
\usepackage[sc]{mathpazo}
%\usepackage{fourier}
%\usepackage{lmodern}
\usepackage{stmaryrd}
\usepackage[colorlinks,linkcolor=blue,filecolor=blue,citecolor=blue,urlcolor=blue,backref=page]{hyperref}
%\usepackage{caption}
%\let\subcaption\undefined
%\let\subfloat\undefined
\newsubfloat{figure}
%\setauthor{Edward J. Schwartz}
%\settitle{Semantic Abstraction Recovery for Scalable Static Binary Analysis}
%\doctors
%\setchair{Dr.\ David Brumley}
%\setdept{Electrical and Computer Engineering}
%\setdegrees{B.S., Computer Science, Millersville University\\
%M.S., Information Security, Carnegie Mellon University}
%\setdefdate{May 2014}
%\setgraddate{May 2014}
%\setcopyyear{2014}
\begin{document}
\frontmatter
\thetitlepage
\copyrightpage
\section*{Acknowledgements}
Thanks!
\newpage
\section*{Abstract}
This is an abstract.
\newpage
\tableofcontents
\listoftables
\listoffigures
\mainmatter
\chapter{Introduction}
Introduction.
\chapter{Discussion}
See Appendix \ref{AppendixChainOfEvidence} for data.
\chapter{Conclusions}
Conclusion.
\appendix
\chapter{Chain of Evidence}
\label{AppendixChainOfEvidence}
\section{Data}
Some data here.
\section{More Data}
More data here.
\backmatter
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: