-
Notifications
You must be signed in to change notification settings - Fork 10
/
elsevier.latex
110 lines (81 loc) · 1.86 KB
/
elsevier.latex
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
\documentclass[$els-options$]{elsarticle/elsarticle}
\usepackage{fixltx2e} % provides \textsubscript
\usepackage[unicode=true]{hyperref} % provides \hypertarget
\usepackage{graphicx}
% bibliography
$if(natbib)$
\usepackage{natbib}
\bibliographystyle{$if(biblio-style)$$biblio-style$$else$plainnat$endif$}
$endif$
$if(biblatex)$
\usepackage$if(biblio-style)$[style=$biblio-style$]$endif${biblatex}
$if(biblatexoptions)$\ExecuteBibliographyOptions{$for(biblatexoptions)$$biblatexoptions$$sep$,$endfor$}$endif$
$for(bibliography)$
\addbibresource{$bibliography$}
$endfor$
$endif$
\usepackage{custom-header}
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
%$for(header-includes)$
%$header-includes$
%$endfor$
\begin{document}
\begin{frontmatter}
\title{$title$}
$if(author-group)$
$for(author)$
$if(author.corref)$
\author[$author.group$]{$author.name$\corref{$author.corref$}}
$else$
\author[$author.group$]{$author.name$}
$endif$
\ead{$author.email$}
$endfor$
$for(author-group)$
\address[$author-group.name$]{$author-group.address$}
$endfor$
$else$
$for(author)$
$if(author.corref)$
\author{$author.name$\corref{$author.corref$}}
$else$
\author{$author.name$}
$endif$
\ead{$author.email$}
\address{$author.address$}
$endfor$
$endif$
$for(author)$
$if(author.corref)$
$if(author.cortext)$
\cortext[$author.corref$]{$author.cortext$}
$endif$
$endif$
$endfor$
\begin{abstract}
$abstract$
\end{abstract}
\begin{keyword}
$keywords$
\end{keyword}
\end{frontmatter}
$for(include-before)$
$include-before$
$endfor$
$body$
$if(natbib)$
$if(bibliography)$
$if(biblio-title)$
\renewcommand\refname{$biblio-title$}
$endif$
\bibliography{$for(bibliography)$$bibliography$$sep$,$endfor$}
$endif$
$endif$
$if(biblatex)$
\printbibliography$if(biblio-title)$[title=$biblio-title$]$endif$
$endif$
$for(include-after)$
$include-after$
$endfor$
\end{document}