-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain_doc.tex
122 lines (99 loc) · 3.2 KB
/
main_doc.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
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
\documentclass[a4paper,oneside,11pt]{report}
\usepackage[top=1.5in, bottom=1.5in, left=0.8in, right=0.8in]{geometry}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{booktabs}
\usepackage{url}
\usepackage{amsmath,amsfonts,amssymb}
\usepackage{verbatim}
\usepackage{color} %only temporary for proof pointing
\usepackage{verbatim}
\usepackage{setspace} %used to reduce line spacing in algorithm float
\usepackage[colorlinks = true,
linkcolor = blue,
urlcolor = blue,
citecolor = blue,
anchorcolor = blue]{hyperref}
\usepackage{epstopdf}
\usepackage{float}
\usepackage{caption}
\usepackage{array}
\usepackage{graphicx}
\usepackage{enumerate}
\usepackage{longtable}
\usepackage{multirow} % tables
\usepackage{rotating} % for rotating texts
\usepackage{paralist}
%\usepackage[linesnumbered,ruled,vlined]{algorithm2e}
%\usepackage{algorithmic}
\usepackage[utf8]{inputenc}
\usepackage{subcaption}
\usepackage{algorithmicx,algorithm}
\usepackage[noend]{algpseudocode}
\usepackage{tikz}
\usepackage{varwidth}
\usepackage{cleveref}
\usepackage{amsmath}
\usepackage{pdflscape}
\usepackage[titletoc]{appendix}
\usetikzlibrary{backgrounds}%arrows, shapes, trees,
\usetikzlibrary{positioning}
\usetikzlibrary{shapes.geometric, arrows}
\usetikzlibrary{patterns}
\makeatletter
\let\OldStatex\Statex
\renewcommand{\Statex}[1][3]{%
\setlength\@tempdima{\algorithmicindent}%
\OldStatex\hskip\dimexpr#1\@tempdima\relax}
\makeatother
\pagestyle{empty} % hiding page numbering
\sloppy % for tricky allignments
\usepackage[justification=centering]{caption}
%\usepackage[font={small,it}]{caption}
%#############only for fancy header
\usepackage{fancyhdr, blindtext}
%################only for fancy header
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newlength\Colsep
\setlength\Colsep{10pt}
%\usepackage{fancyhdr}
%\pagestyle{fancy}
%\rightmark
%\includeonly{chapter_2, chapter_3}
%\renewcommand{\algorithmicrequire}{\textbf{Input:}}
%\renewcommand{\algorithmicensure}{\textbf{Output:}}
%\newcounter{lemma_counter}[chapter]
%\newcounter{def_counter}[chapter]
%\newcommand{\lemma}{\refstepcounter{lemma_counter}Lemma \arabic{chapter}.\arabic{lemma_counter}} %macro to track lemma numbers in different chapters
%\newcommand{\defn}{\refstepcounter{def_counter}Definition \arabic{chapter}.\arabic{def_counter}}
\linespread{1.5}
%\AtBeginDocument{\renewcommand\appendixname{New Name}}
\begin{document}
\pagenumbering{roman}
\input{front_matter}
\input{acknowledgment}
\input{abstract}
\tableofcontents
\listoffigures
\listoftables
\listofalgorithms
\cleardoublepage
\fancyhf{}
\fancyhead[L]{\slshape \leftmark}
\fancyhead[R]{\thepage}
\pagestyle{fancy}
\pagenumbering{arabic}
\input{introduction}
\input{relatedWork.tex}
\input{systemModel.tex}
\input{feedback.tex}
\input{results.tex}
%\input{futureWork.tex}
\input{conclusion.tex}
\input{myAppendix.tex}
\bibliographystyle{unsrt}
%\bibliographystyle{ieeetr}
\bibliography{SystemModel}
\end{document}