-
Notifications
You must be signed in to change notification settings - Fork 14
/
introduction.tex
45 lines (32 loc) · 1.1 KB
/
introduction.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
%EACH CHAPTER CAN HAVE SECTIONS. EACH SECTION CAN HAVE MORE THAN ONE SUBSECTION AND EACH CHAPTER CAN HAVE MORE THAN ONE SECTION
%EXAMPLE
% \chapter{Introduction}
% \section{Need}
% \subsection{Social Engineering}
\chapter{Introduction}
\section{Need}
\subsection{<<Add topic here>>}
%ADD TEXT HERE
% \\ Means newline
% TO INCLUDE A PICTURE, DO THE FOLLOWING.
% NOTE "%" MEANS COMMENT JUST LIKE // IN C
% Remove the % at the start of the line here
%\begin{figure}[htb]
%\centering
%\includegraphics[scale=0.6]{project/<<Picture Name>>}
%\caption{<<Caption Name you want to be added under the picture>>}
%\label{<<Label is used to represent the picture in the text area>>}
%\label{fig:data} %see below of how to use it
%\end{figure}
%\ref is used to refer to the \label of an image, below is an example
%Figure \ref{fig:data} is a Data Security Breach Statistics of 2008 revealing that Malicious Insider and Careless/Untrained Insider is a bigger threat than an outside cracker.
\\ \\
%BLAH BLAH
\section{<<Add>>}
%BLAH BLAH
\subsection{<<Add>>}
%BLAH BLAH
\subsection{<<Add>>}
%BLAH BLAH
\section{<<Add>>}
%BLAH BLAH