-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathchapterOne.tex
More file actions
88 lines (64 loc) · 2.11 KB
/
Copy pathchapterOne.tex
File metadata and controls
88 lines (64 loc) · 2.11 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
%% This file represents a sample first chapter of the main body of the dissertation
%%
% A first, optional argument in [ ] is the title as displayed in the table of contents
% The second argument is the title as displayed here. Use \\ as appropriate in
% this title to get desired line breaks
\chapter[Introduction]{Introduction}
\section{Background}
\section{Previous Work} % Literature Review?
Prior work in this field did xyz, and we need to write a line long enough so that we can see both the left and right hand margins.
\begin{enumerate}
\item item 1
\item item 2
\item item 3
\item item 4
\end{enumerate}
\begin{figure}
\centering
\includegraphics[scale=0.2]{figJamesMadison}
\caption[An appropriate historical figure]{An appropriate historical figure.}
% If you need more separation space between this figure and either another figure, or between
% the figure and the text, you can add figSpace as shown here.
\figSpace
\end{figure}
\newpage
\subsection{A Subsection}
Important previous work was also provided by \cite{Shannon49}. Here is a numbered equation:
\begin{equation}
f_X(x) = \lambda e^{-\lambda x} u(x).
\end{equation}
\subsubsection{A subsubsection}
\paragraph{A paragraph}
\subparagraph{A subparagraph}
\begin{table}
\centering
\caption{A table}
% Tabular environment goes AFTER the caption!
\begin{tabular}{|c|c|c|}
% after \\: \hline or \cline{col1-col2} \cline{col3-col4} ...
\hline
A & B & C \\\hline
D & E & F \\\hline
G & H & I \\
\hline
\end{tabular}
% This adds separation space between this table and either another table, or between
% the table and the text.
\tableSpace
\end{table}
\begin{table}
\centering
\caption{Another table}
% Tabular environment goes AFTER the caption!
\begin{tabular}{|c|c|c|}
% after \\: \hline or \cline{col1-col2} \cline{col3-col4} ...
\hline
1 & 2 & 3 \\\hline
4 & 5 & 6 \\\hline
7 & 8 & 9 \\
\hline
\end{tabular}
% This adds separation space between this table and either another table, or between
% the table and the text.
\tableSpace
\end{table}