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
|
\usepackage[T1]{fontenc}
\usepackage[inline]{enumitem}
\usepackage{xspace, xcolor, lipsum, booktabs, caption, fancyhdr, footmisc, natbib, nomencl, rotating, setspace, subfigure,tocbibind, vmargin, watermark, graphicx, pifont}
\hypersetup {
hidelinks=false,
colorlinks=true,
citecolor=Red,
linkcolor=Red,
}
\usepackage[acronym, toc]{glossaries}
\textwidth 15cm
\textheight 22cm
\parindent 10pt
\parskip 0pt
\oddsidemargin 2.5cm
\evensidemargin 2.5cm
% for [] citation brackets
\setcitestyle{square}
\newcommand{\ie}{\emph{i.e.,}\xspace}
\newcommand{\eg}{\emph{e.g.,}\xspace}
\newcommand{\etc}{\emph{etc.}\xspace}
\newcommand{\etal}{\emph{et~al.}\xspace}
\newcommand{\todo}[1]{\textcolor{blue}{#1}}
\newcommand{\one}{(\ding{182})\xspace}
\newcommand{\two}{(\ding{183})\xspace}
\newcommand{\three}{(\ding{184})\xspace}
\newcommand{\four}{(\ding{185})\xspace}
|