-
Notifications
You must be signed in to change notification settings - Fork 1
/
isabec-template.tex
327 lines (280 loc) · 10.9 KB
/
isabec-template.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
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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
\documentclass{isabec} % Specifies the document class
%% The preamble begins here.
\usepackage[super,comma,round]{natbib}
\usepackage[figuresleft]{rotating}
\usepackage{txfonts}
% Metadata Information
\jyear{XXXX}%% conference year
\jnumber{MANUSCRIPT-NUMBER} %% manuscript number
%% Document starts
\begin{document}
\markboth{Author et al.}{MANUSCRIPT-NUMBER}
% Title
\title{The long title of the paper}
\subtitle{The subtitle}
%% Authors, affiliations address.
% Corresponding author
\author{A. Author One\email{[email protected]}\\ B. Name Author Two\thanks{{\bf Author's notes}}}
\affil{Affiliation One\\ Department Name\\ City Name\\ Country Name}
% Co-authors
\author{A. Author One, B. Author Two and C. Author Three}
\affil{Affiliation Two\\ Department Name\\ City Name\\ Country Name}
\author{A. Author One and C. Author Two}
\affil{Affiliation Three\\ Department Name\\ City Name\\ Country Name}
% Produces the title
\maketitle
% Abstract
\begin{abstract}
Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract. Dummy Text of abstract.
\end{abstract}
% Nomenclature
\section*{NOMENCLATURE} % head one
\begin{deflist}% Nomenclature text start here%
\listterm{a}{dummy text}
\listterm{a, b}{dummy text dummy text}
\listterm{\emph{APU}}{dummy text dummy text}
\listterm{ci}{dummy text dummy text}
\listterm{CT}{dummy text}
\listterm{\emph{CAS}}{dummy text dummy text}
\listterm{E}{dummy text}
\listterm{D}{dummy text}
\listterm{f}{dummy text}
\listterm{Fg}{dummy text}
\listterm{F}{dummy text}
\listterm{\emph{FCOM}}{dummy text}
\end{deflist}
\subsection*{Greek Symbol}% head two of nomenclatrue
\begin{deflist}
\listterm{$\alpha$}{dummy text}
\listterm{$\beta$}{dummy text dummy text}
\listterm{$\gamma$}{dummy text dummy text}
\listterm{$\delta$}{dummy text dummy text}
\listterm{$\xi$}{dummy text dummy text}
\listterm{$\phi$}{dummy text dummy text dummy text dummy text dummy text dummy text dummy text dummy text dummy text dummy text dummy text dummy text dummy text dummy text}
\listterm{$\psi$}{dummy text dummy text}
\end{deflist}
% Heading 1
\section{INTRODUCTION}
Please begin the main text of your article here.
%Heading 1
\section{FIRST-LEVEL HEADING}% Head A
This is an example of dummy text.
\subsection{Second-Level Heading}% Head B
This is an example of dummy text. This is an example of dummy text.
% Heading 3
\subsubsection{Third-Level Heading}
This is dummy text. This is dummy text. This is dummy text. This is dummy text.
% Heading 4
\paragraph{Fourth-Level Heading} %Fourth-level headings
This is dummy text. This is dummy text. This is dummy text. This is dummy text.
% Example of a single-line equation
\subsection{Equations}
Example of a single-line equation \ref{eqn1}
\begin{equation}
a = b \ {\rm ((Single\ Equation\ Numbered))}\label{eqn1}
\end{equation}
% Example of a single-line unnumbered equation
\[
a = b \ {\rm ((Single\ Equation\ Unnumbered))}
\]
%Example of multiple-line numbered equation
Equations can also be multiple lines as shown in Equation \ref{eqn2} and \ref{eqn3}.
\begin{eqnarray}
c = 0 \ {\rm ((Multiple\ Lines, \ Numbered))}\label{eqn2}\\
ac = 0 \ {\rm ((Multiple \ Lines, \ Numbered))}\label{eqn3}
\end{eqnarray}
% Example of multiple-line unnumbered equation
Equations can also be multiple lines as shown below:
\begin{eqnarray}
c = 0 \ {\rm ((Multiple\ Lines, \ Unnumbered))}\nonumber\\
ac = 0 \ {\rm ((Multiple \ Lines, \ Unnumbered))}\nonumber
\end{eqnarray}
% Example of lists
\subsection{Examples of Lists}
Here is an example of a numbered list.
\begin{enumerate}
\item First numbered list item...
\item Second numbered list item...
\item Third numbered list item...
\end{enumerate}
%
\textbf{Here is an example of a bulleted list.}
\begin{itemize}
\item This is an example of bulleted list.
\item This is an example of bulleted list.
\item This is an example of bulleted list.
\end{itemize}
%
\textbf{Here is an example of a unnumbered list.}
\begin{unnumlist}
\item First unnumbered item...
\item Second unnumbered item...
\item Third unnumbered item...
\end{unnumlist}
%
\textbf{Numbered list with parenthesis}
\begin{arabiclist}% (1), (2), (3), .....
\item First numbered list item (1)...
\item Second numbered list item (2)...
\item Third numbered list item (3)...
\end{arabiclist}
%
\textbf{Alpha list with parenthesis}
\begin{alphalist}% (a), (b), (c) ....
\item First numbered list item...
\item Second numbered list item...
\item Third numbered list item...
\end{alphalist}
%
\textbf{Small roman list.}
\begin{romanlist}% (i), (ii), (iii), .....
\item First numbered list item...
\item Second numbered list item...
\item Third numbered list item...
\end{romanlist}
%
\textbf{Capital Roman list.}
\begin{Romanlist}% I., II., III., ......
\item First numbered list item ...
\item Second numbered list item ...
\item Third numbered list item ...
\end{Romanlist}
%
\subsection{Here is an example of extract}
This is an example of extract
\begin{extract}
This is an example text of quote or extract. This is an example text of quote or extract.
This is an example text of quote or extract. This is an example text of quote or extract.
This is an example text of quote or extract. This is an example text of quote or extract.
This is an example text of quote or extract. This is an example text of quote or extract.
This is an example text of quote or extract. This is an example text of quote or extract.
This is an example text of quote or extract. This is an example text of quote or extract.
\end{extract}
\subsection{Footnote}
This is an example of footnote\footnote{This is an example of a footnote.}.
\subsection{Example of Enunciations}
Example of theorem \ref{thm1}, lemma \ref{lem1} and remark \ref{rem1}
%% Theorem 1
\begin{theorem}\label{thm1}
Example of theorem Example of theorem Example of theorem Example of theorem
Example of theorem Example of theorem Example of theorem Example of theorem
\[ a+b= c \]
\end{theorem}
%% Lemma 1
\begin{lemma}\label{lem1}
Example of lemma. Example of lemma. Example of lemma. Example of lemma. Example of lemma. Example of lemma
\end{lemma}
%% Theorem 2
\begin{theorem}[Math Detail one]\label{thm2}
Example of theorem with math detail
\end{theorem}
% Remark 1
Example of remark \ref{rem1}
\begin{remark}[Math Detail]\label{rem1}
Example of remark with math detail
\end{remark}
\begin{proposition}
Example of proposition
\end{proposition}
\begin{corollary}
Example of corollary
\end{corollary}
\begin{definition}
Example of definition
\end{definition}
\begin{assumption}
Example of assumption
\end{assumption}
\begin{notation}
Example of notation
\end{notation}
\begin{claim}
Example of claim
\end{claim}
\begin{proof}
Example of proof Example of proof Example of proof Example of proof Example of proof Example of proof Example of proof Example of proof Example of proof
\end{proof}
% Example of a Figure
\subsection{Figures}
Figures should be cited in the main text in chronological order. This is dummy text with a citation to the first figure which is shown as Fig.~\ref{fig1}. Figure~\ref{fig1} shows that dummy text dummy text.
\begin{figure}[h]
\begin{center}
\includegraphics[width=3in,height=1.2in]{fpo}% SampleFigure is name of eps%
\end{center}
\caption{This is an example of a figure caption.}
\label{fig1}
\end{figure}\vspace*{-12pt}
\subsection{Tables}
Tables should also be cited in the main text in chronological order Table \ref{tab1}.
\begin{table}[h]
\tabcolsep7.5pt
\caption{Table caption}
\label{tab1}
\centering
\begin{tabular}{@{}lcccc@{}}
\textbf{Head 1} &\multicolumn{3}{c}{{\bf Span of Column 2,3,\&4}}&\textbf{Head 5}\\
\textbf{{(}units)$^{\rm a}$} &\textbf{Head 2} &\textbf{Head 3} &\textbf{Head 4} &\textbf{{(}units)}\\[6pt]
Column 1 &Column 2 &Column3$^{\rm b}$ &Column4 &Column\\
Column 1 &Column 2 &Column3 &Column4 &Column\\
Column 1 &Column 2 &Column3 &Column4 &Column\\
Column 1 &Column 2 &Column3 &Column4 &Column\\
\end{tabular}
\begin{tabnote}
$^{\rm a}$Table footnote\\ $^{\rm b}$second table footnote.
\end{tabnote}
\end{table}
\pagebreak
\subsection{Small figures to be generated side by side}
\begin{figure}[h]
\centering
\begin{minipage}[b]{.45\textwidth}
\centering
\includegraphics[width=1in,height=1.2in]{fpo}%
\caption{\hsize15pc This is an example of a figure caption}\label{fig2}
\end{minipage}\hfill
%
\begin{minipage}[b]{.45\textwidth}
\centering
\includegraphics[width=2in,height=1.2in]{fpo}%
\caption{This is an example of a figure caption. This is an example of a figure caption.}\label{fig3}
\end{minipage}
\end{figure}
\vspace*{-15pt}
\section*{ACKNOWLEDGEMENTS}
This is an example of acknowledgement\cite{author1,author2}. This is an example of acknowledgement\cite{author3}. This is an example of acknowledgement. This is an example of acknowledgement\cite{author4}.
% References
\begin{thebibliography}{0}%{00}%{000}
\bibitem{author1}
\textsc{Author One, B.C.} and \textsc{Author Two, D.} A framework for aircraft conceptual design and environmental performance studies, \textit{BIBB J}, October 2009, \textbf{52}, (10), pp 2100-2109.
\bibitem{author2}
\textsc{Author One, B.C.}, \textsc{Author Two, D.} and \textsc{Author Three, D.} Towards a silent aircraft, \textit{Aeronaut J}, August 2006, \textbf{110}, pp 487-494.
\bibitem{author3}
\textsc{Author Surname, B.} Advanced Aircraft Flight Performance, 2012, Cambridge University Press.
\bibitem{author4}
\textsc{Author, C.} Comprehensive analysis of transport aircraft flight performance, \textit{Prog Aerospace Sci}, April
2007, \textbf{43}, (3), pp 192-236.
\end{thebibliography}
\setcounter{section}{0}
%%%%%%% Appendix
\section*{APPENDIX}
\section{FIRST ORDER HEADING}
\begin{table}[h]
\tabcolsep8pt
\caption{The long and interesting caption title for the table which follows}
\label{tab4}
\centering
\begin{tabular}{@{}lccccc@{}}
%% table column head start%
&{\bf Column 2}&\multicolumn{2}{c}{{\bf Span Col 3\&4}} &\multicolumn{2}{c}{{\bf Span Col 5\&6}}\\
{\bf Column 1} &{\bf Column 2} &{\bf Column 3} &{\bf Column 4} &{\bf Column 5} &{\bf Column 6}\\[6pt]
%%Table body start
6--31 $+$ G(d,p) &460 &2.12 &1.04 &8.63 &3.48\\
6-311 $+$ G(d,p) &572 &2.86 &1.29 &11.90 &4.56\\
6-311 $+$ $+$ G(3df,2p) &1,060 &7.54 &3.25 &36.70 &11.45\\
\end{tabular}
\begin{tabnote}
$^{\rm a)}$Table Footnote; $^{\rm b)}$ Second Table Footnote.
\end{tabnote}
\end{table}
% End of document.
\end{document}