blob: 3d7e0cc298fa29e77bf6ba799d0e7f037a2d765b (
plain)
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
|
\documentclass{icsv}
%%% Some nice packages:
% \usepackage[square,numbers,sort&compress]{natbib}% for better citation commands
% \usepackage{hypernat}% to fix natbib/hyperref incompatibility
% \usepackage{refstyle}% for better referencing commands
% \usepackage{SIstyle}% for better and easy units (e.g. "m.s^{-2}")
% \usepackage{subfig}% to provide for subfloats
\showaffiliations
\title{Title of the paper}
\author[1]{A. Author}
\email{A.Author@email.address}
\author[1,2]{B. Buthor}
\email{B.Buthor@email.address}
\author[2]{C. Cuthor}
\address{Name of affiliation, School/Department\\
University/Company, Country etc.}
\address{Name of 2nd affiliation, School/Department\\
University/Company, Country etc.}
\begin{document}
\maketitle
\begin{abstract}
This is the abstract
\end{abstract}
\section{Introduction}
This is the paper.
\end{document}
|