-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocument.tex
More file actions
206 lines (179 loc) · 6.71 KB
/
document.tex
File metadata and controls
206 lines (179 loc) · 6.71 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
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
%%
%% Copyright 2007-2024 Elsevier Ltd
%%
%% This file is part of the 'Elsarticle Bundle'.
%% ---------------------------------------------
%%
%% It may be distributed under the conditions of the LaTeX Project Public
%% License, either version 1.3 of this license or (at your option) any
%% later version. The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 1999/12/01 or later.
%%
%% The list of all files belonging to the 'Elsarticle Bundle' is
%% given in the file `manifest.txt'.
%%
%% Template article for Elsevier's document class `elsarticle'
%% with numbered style bibliographic references
%% SP 2008/03/01
%% $Id: elsarticle-template-num.tex 249 2024-04-06 10:51:24Z rishi $
%%
\documentclass[3p,times,twocolumn]{elsarticle}
%% Use the option review to obtain double line spacing
%% \documentclass[authoryear,preprint,review,12pt]{elsarticle}
%% Use the options 1p,twocolumn; 3p; 3p,twocolumn; 5p; or 5p,twocolumn
%% for a journal layout:
%% \documentclass[final,1p,times]{elsarticle}
%% \documentclass[final,1p,times,twocolumn]{elsarticle}
%% \documentclass[final,3p,times]{elsarticle}
%% \documentclass[final,3p,times,twocolumn]{elsarticle}
%% \documentclass[final,5p,times]{elsarticle}
%% \documentclass[final,5p,times,twocolumn]{elsarticle}
%% For including figures, graphicx.sty has been loaded in
%% elsarticle.cls. If you prefer to use the old commands
%% please give \usepackage{epsfig}
%% The amssymb package provides various useful mathematical symbols
\usepackage{amssymb}
%% The amsmath package provides various useful equation environments.
\usepackage{amsmath}
%% The amsthm package provides extended theorem environments
%% \usepackage{amsthm}
\begin{document}
\begin{frontmatter}
%% Title, authors and addresses
%% use the tnoteref command within \title for footnotes;
%% use the tnotetext command for theassociated footnote;
%% use the fnref command within \author or \affiliation for footnotes;
%% use the fntext command for theassociated footnote;
%% use the corref command within \author for corresponding author footnotes;
%% use the cortext command for theassociated footnote;
%% use the ead command for the email address,
%% and the form \ead[url] for the home page:
%% \title{Title\tnoteref{label1}}
%% \tnotetext[label1]{}
%% \author{Name\corref{cor1}\fnref{label2}}
%% \ead{email address}
%% \ead[url]{home page}
%% \fntext[label2]{}
%% \cortext[cor1]{}
%% \affiliation{organization={},
%% addressline={},
%% city={},
%% postcode={},
%% state={},
%% country={}}
%% \fntext[label3]{}
\title{IJHCS Template}
%% use optional labels to link authors explicitly to addresses:
%% \author[label1,label2]{}
%% \affiliation[label1]{organization={},
%% addressline={},
%% city={},
%% postcode={},
%% state={},
%% country={}}
%%
%% \affiliation[label2]{organization={},
%% addressline={},
%% city={},
%% postcode={},
%% state={},
%% country={}}
\author[1]{Author1} %% Author name
%% Author affiliation
\affiliation[1]{organization={},%Department and Organization
addressline={},
city={},
postcode={},
state={},
country={}}
% -----------------------------------------------------------------------------
% THE ABSTRACT
\begin{abstract}
\input{structure/abstract.tex}
\end{abstract}
%
% -----------------------------------------------------------------------------
%% Keywords
\begin{keyword}
\input{structure/keywords.tex}
\end{keyword}
\end{frontmatter}
%% Add \usepackage{lineno} before \begin{document} and uncomment
%% following line to enable line numbers
%% \linenumbers
%% main text
%%
% -----------------------------------------------------------------------------
% This a suggestion for the Content of the Document
% Section 1
\input{sections/sec001.tex}
% -----------------------------------------------------------------------------
%%
% -----------------------------------------------------------------------------
% This a suggestion for the Content of the Document
% Section 2
\input{sections/sec002.tex}
% -----------------------------------------------------------------------------
%%
% -----------------------------------------------------------------------------
% This a suggestion for the Content of the Document
% Section 3
\input{sections/sec003.tex}
% -----------------------------------------------------------------------------
%%
% -----------------------------------------------------------------------------
% This a suggestion for the Content of the Document
% Section 4
\input{sections/sec004.tex}
% -----------------------------------------------------------------------------
%%
% -----------------------------------------------------------------------------
% This a suggestion for the Content of the Document
% Section 5
\input{sections/sec005.tex}
% -----------------------------------------------------------------------------
%%
% -----------------------------------------------------------------------------
% This a suggestion for the Content of the Document
% Section 6
\input{sections/sec006.tex}
% -----------------------------------------------------------------------------
%%
% -----------------------------------------------------------------------------
% This a suggestion for the Content of the Document
% Section 7
\input{sections/sec007.tex}
% -----------------------------------------------------------------------------
%%
% -----------------------------------------------------------------------------
% This a suggestion for the Content of the Document
% Section 8
\input{sections/sec008.tex}
% -----------------------------------------------------------------------------
%% The Appendices part is started with the command \appendix;
%% appendix sections are then done as normal sections
%%
% -----------------------------------------------------------------------------
% This a suggestion for the Content of the Document
% Section 8
\input{appendices/app001.tex}
% -----------------------------------------------------------------------------
Appendix text.
%% If you have bib database file and want bibtex to generate the
%% bibitems, please use
%%
%% \bibliographystyle{elsarticle-num}
%% \bibliography{<your bibdatabase>}
%% else use the following coding to input the bibitems directly in the
%% TeX file.
%% Refer following link for more details about bibliography and citations.
%% https://en.wikibooks.org/wiki/LaTeX/Bibliography_Management
%% For numbered reference style
%% \bibitem{label}
%% Text of bibliographic item
\end{document}
\endinput
%%
%% End of file `elsarticle-template-num.tex'.