-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
55 lines (53 loc) · 1.57 KB
/
main.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
\documentclass[12pt,a4paper]{report}
\usepackage[utf8]{inputenc}
\usepackage[top=1in,bottom=1in,left=1.5in,right=1in]{geometry}
\usepackage{graphicx}
\usepackage{subcaption}
\usepackage{amsmath,amssymb,amsfonts,bbm}
\usepackage[hidelinks]{hyperref}
\usepackage{cite}
\usepackage{url}
\usepackage{hyperref}
\usepackage{enumitem}
\usepackage{svg}
\usepackage{float}
\usepackage{enumitem}
\usepackage{booktabs}
\usepackage{placeins}
\usepackage[export]{adjustbox}
\usepackage{inputenc}
\usepackage{multicol}
\setlist[enumerate]{itemsep=0mm}
\DeclareUnicodeCharacter{202F}{\,}
\newcommand\tab[1][1cm]{\hspace*{#1}}
\setcounter{secnumdepth}{4}
\usepackage[pagestyles]{titlesec}
\titleformat
{\chapter} %command
[display] %shape
{\Huge \bfseries} %format
{Chapter \thechapter} % chapter no format
{1ex} % separation between chapter 1 and introduction
{}
[
\vspace{0ex}
]
\titlespacing*{\chapter}{0ex}{-2ex}{4ex}
\begin{document}
\include{title}
\include{intro}
\include{chapter/chapter_1_Introduction}
\include{chapter/chapter_2_Literature}
\include{chapter/chapter_3_Analysis}
\include{chapter/chapter_4_Methodology}
\include{chapter/chapter_5_SystemDesignAndArchitecture}
\include{chapter/chapter_6_Experiments_1}
\include{chapter/chapter_6_Experiments_2}
\include{chapter/chapter_7_ExpectedOutcomes}
\include{chapter/chapter_8_ActualOutcome}
\include{chapter/chapter_9_ConclusionAndFuture}
\bibliographystyle{IEEEtran}
\bibliography{ref}
\addcontentsline{toc}{chapter}{Bibliography}
\renewcommand{\thesection}{\Alph{section}}
\end{document}