-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmain.tex
More file actions
74 lines (52 loc) · 1.75 KB
/
main.tex
File metadata and controls
74 lines (52 loc) · 1.75 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
\documentclass[preprint]{elsarticle}
\usepackage{amsmath,amsthm,amssymb}
\usepackage{graphicx}% Include figure files
\graphicspath{{submission/figs}}
\usepackage{dcolumn}% Align table columns on decimal point
\usepackage{bm}% bold math
\usepackage{color}
\usepackage{epsfig}
\usepackage{multirow}
\usepackage{mathrsfs}
\usepackage{hyperref}
\usepackage{cleveref}
\usepackage{epstopdf}
\usepackage{subfigure}
\usepackage{autobreak}
%Macros for mathematical notations
\newcommand{\V}[1]{\boldsymbol{#1}} %# vector
\newcommand{\M}[1]{\boldsymbol{#1}} %# matrix
\newcommand{\Set}[1]{\mathbb{#1}} %# set
\newcommand{\D}[1]{\Delta#1} %# \D{t} for time step size
\renewcommand{\d}[1]{\delta#1} %# \d{t} for small increment
\newcommand{\norm}[1]{\left\Vert #1\right\Vert } % norm
\newcommand{\abs}[1]{\left|#1\right|} %abs
\newcommand{\grad}{\M{\nabla}} %gradient
\newcommand{\av}[1]{\left\langle #1\right\rangle } %take average
\newcommand{\sM}[1]{\M{\mathcal{#1}}} %matrix in mathcal font
\newcommand{\dprime}{\prime\prime} % double prime
%\global\long\def\i{\iota}
%\renewcommand{\i}{\iota} %i for imaginary unit
%\renewcommand{\i}{\mathsf i} %i for imaginary unit
\newcommand{\follows}{\quad\Rightarrow\quad} %=>
\newcommand{\eqd}{\overset{d}{=}} %=^d
\newcommand{\spe}[1]{\mathscr{#1}} %important quantities in mathscr font
\newcommand{\eps}{\epsilon}
\usepackage{color}
\newcommand{\rev}[1] {{\color{blue}#1}}
\newcommand{\gao}[1] {{\color{red}{\textit{xz comment}}: \color{red}#1}}
\begin{document}
\preprint{Preprint}
\title{Atricle Title}
\date{\today}
%%%%% Begin Abstract %%%%%%%%%%%
\begin{abstract}
\end{abstract}
%%%%% end %%%%%%%%%%%
\begin{keyword}
\end{keyword}
%%%% maketitle %%%%%
\maketitle
%%%% Start %%%%%%
\bibliography{groupbib}
\end{document}