-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathfrontMatter.tex
124 lines (96 loc) · 3.52 KB
/
frontMatter.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
123
124
%% \documentclass[preprint,12pt,3p]{elsarticle}
%% Use the option review to obtain double line spacing
\documentclass[preprint,review,12pt]{elsarticle}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage[retainorgcmds]{IEEEtrantools}
\usepackage[colorlinks]{hyperref}
\hypersetup{
citecolor = {blue}
}
\usepackage{siunitx}
\usepackage{pdflscape}
% disable labelindent
\let\labelindent\relax
\usepackage{enumitem}
\usepackage[normalem]{ulem}
\useunder{\uline}{\ul}{}
\usepackage{setspace} % \doublespacing
\usepackage[utf8]{inputenc}
\usepackage[linesnumbered, ruled, vlined]{algorithm2e}
\usepackage{nicefrac}
\usepackage{xspace}
\usepackage{float}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{rotating, lscape, longtable, tabu, booktabs, siunitx, multirow}
\usepackage[capitalise, noabbrev]{cleveref}
\usepackage{verbatim}
\usepackage{mathtools}
% tikz libraries
\usepackage{tkz-graph}
\usetikzlibrary{arrows,arrows.meta,shapes,decorations.pathmorphing, decorations.markings, positioning}
\let\svtikzpicture\tikzpicture
\def\tikzpicture{\noindent\svtikzpicture}
% personal definitions
\newcommand{\uset}[1]{\ifmmode\left\{\,#1\,\right\}\else\{\,#1\,\}\fi}
\newcommand{\ulst}[1]{\ifmmode\left[\,#1\,\right]\else[\,#1\,]\fi}
\newcommand{\upar}[1]{\ifmmode\left(\,#1\,\right)\else(\,#1\,)\fi}
\newcommand{\uioc}[1]{\ifmmode\left(\,#1\,\right]\else(\,#1\,]\fi}
\newcommand{\uico}[1]{\ifmmode\left[\,#1\,\right)\else[\,#1\,)\fi}
\newcommand{\ie}{i.\,e.,\xspace}
\newcommand{\eg}{e.\,g.,\xspace}
\newcommand{\false}{\texttt{false}}
\newcommand{\true}{\texttt{true}}
% Theorem Styles
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{conjecture}[theorem]{Conjecture}
\newenvironment{proof}{\noindent\textbf{Proof}.}{\hfill$\square$}
% Definition Styles
\newtheorem{definition}{Definition}
\newtheorem{example}{Example}
\newtheorem{remark}{Remark}
\journal{Journal name}
\begin{document}
\begin{frontmatter}
\title{Article title}
\author[unifal]{Iago A. Carvalho\corref{cor1}}
\ead{[email protected]}
\ead[url]{iagoac.github.io/}
\author[label2]{Homer J. Simpson}
\ead{[email protected]}
\address[unifal]{Department of Computer Science, Universidade Federal de Alfenas}
\cortext[cor1]{I am corresponding author}
\address[label2]{Twenty Century Fox, USA}
\begin{abstract}
There will be an abstract here.
\end{abstract}
\begin{keyword}
Keyword 1 \sep Keyword 2 \sep Keyword 3 \sep Keyword 4 \sep Keyword 5
\end{keyword}
\end{frontmatter}
% \linenumbers
\input{mainText}
\section*{Acknowledgments}
This study was financed in part by the \emph{Coordenação de Aperfeiçoamento de Pessoal de Nível Superior - Brazil} (CAPES) - Finance Code 001, the \emph{Conselho Nacional de Desenvolvimento Científico e Tecnológico - Brazil} (CNPq), and the \emph{Fundação de Amparo à Pesquisa do Estado de Minas Gerais - Brazil} (FAPEMIG).
\bibliographystyle{elsarticle-num}
% \bibliographystyle{elsarticle-harv}
% \bibliographystyle{elsarticle-num-names}
% \bibliographystyle{model1a-num-names}
% \bibliographystyle{model1b-num-names}
% \bibliographystyle{model1c-num-names}
% \bibliographystyle{model1-num-names}
% \bibliographystyle{model2-names}
% \bibliographystyle{model3a-num-names}
% \bibliographystyle{model3-num-names}
% \bibliographystyle{model4-names}
% \bibliographystyle{model5-names}
% \bibliographystyle{model6-num-names}
\bibliography{bibsample}
\end{document}
%%
%% End of file `elsarticle-template-num.tex'.