source: papers/SMPaT-2012_DCWoRMS/elsevier_guide/aricle/elsarticle-template-1a-num.tex @ 593

Revision 593, 5.2 KB checked in by wojtekp, 12 years ago (diff)
Line 
1%% This is file `elsarticle-template-1a-num.tex',
2%%
3%% Copyright 2009 Elsevier Ltd
4%%
5%% This file is part of the 'Elsarticle Bundle'.
6%% ---------------------------------------------
7%%
8%% It may be distributed under the conditions of the LaTeX Project Public
9%% License, either version 1.2 of this license or (at your option) any
10%% later version.  The latest version of this license is in
11%%    http://www.latex-project.org/lppl.txt
12%% and version 1.2 or later is part of all distributions of LaTeX
13%% version 1999/12/01 or later.
14%%
15%% The list of all files belonging to the 'Elsarticle Bundle' is
16%% given in the file `manifest.txt'.
17%%
18%% Template article for Elsevier's document class `elsarticle'
19%% with numbered style bibliographic references
20%%
21%% $Id: elsarticle-template-1a-num.tex 151 2009-10-08 05:18:25Z rishi $
22%% $URL: http://lenova.river-valley.com/svn/elsbst/trunk/elsarticle-template-1a-num.tex $
23%%
24\documentclass[preprint,12pt]{elsarticle}
25
26%% Use the option review to obtain double line spacing
27%% \documentclass[preprint,review,12pt]{elsarticle}
28
29%% Use the options 1p,twocolumn; 3p; 3p,twocolumn; 5p; or 5p,twocolumn
30%% for a journal layout:
31%% \documentclass[final,1p,times]{elsarticle}
32%% \documentclass[final,1p,times,twocolumn]{elsarticle}
33%% \documentclass[final,3p,times]{elsarticle}
34%% \documentclass[final,3p,times,twocolumn]{elsarticle}
35%% \documentclass[final,5p,times]{elsarticle}
36%% \documentclass[final,5p,times,twocolumn]{elsarticle}
37
38%% if you use PostScript figures in your article
39%% use the graphics package for simple commands
40%% \usepackage{graphics}
41%% or use the graphicx package for more complicated commands
42%% \usepackage{graphicx}
43%% or use the epsfig package if you prefer to use the old commands
44%% \usepackage{epsfig}
45
46%% The amssymb package provides various useful mathematical symbols
47\usepackage{amssymb}
48%% The amsthm package provides extended theorem environments
49%% \usepackage{amsthm}
50
51%% The lineno packages adds line numbers. Start line numbering with
52%% \begin{linenumbers}, end it with \end{linenumbers}. Or switch it on
53%% for the whole article with \linenumbers after \end{frontmatter}.
54%% \usepackage{lineno}
55
56%% natbib.sty is loaded by default. However, natbib options can be
57%% provided with \biboptions{...} command. Following options are
58%% valid:
59
60%%   round  -  round parentheses are used (default)
61%%   square -  square brackets are used   [option]
62%%   curly  -  curly braces are used      {option}
63%%   angle  -  angle brackets are used    <option>
64%%   semicolon  -  multiple citations separated by semi-colon
65%%   colon  - same as semicolon, an earlier confusion
66%%   comma  -  separated by comma
67%%   numbers-  selects numerical citations
68%%   super  -  numerical citations as superscripts
69%%   sort   -  sorts multiple citations according to order in ref. list
70%%   sort&compress   -  like sort, but also compresses numerical citations
71%%   compress - compresses without sorting
72%%
73%% \biboptions{comma,round}
74
75% \biboptions{}
76
77
78\journal{Nuclear Physics B}
79
80\begin{document}
81
82\begin{frontmatter}
83
84%% Title, authors and addresses
85
86%% use the tnoteref command within \title for footnotes;
87%% use the tnotetext command for the associated footnote;
88%% use the fnref command within \author or \address for footnotes;
89%% use the fntext command for the associated footnote;
90%% use the corref command within \author for corresponding author footnotes;
91%% use the cortext command for the associated footnote;
92%% use the ead command for the email address,
93%% and the form \ead[url] for the home page:
94%%
95%% \title{Title\tnoteref{label1}}
96%% \tnotetext[label1]{}
97%% \author{Name\corref{cor1}\fnref{label2}}
98%% \ead{email address}
99%% \ead[url]{home page}
100%% \fntext[label2]{}
101%% \cortext[cor1]{}
102%% \address{Address\fnref{label3}}
103%% \fntext[label3]{}
104
105\title{}
106
107%% use optional labels to link authors explicitly to addresses:
108%% \author[label1,label2]{<author name>}
109%% \address[label1]{<address>}
110%% \address[label2]{<address>}
111
112\author{}
113
114\address{}
115
116\begin{abstract}
117%% Text of abstract
118
119\end{abstract}
120
121\begin{keyword}
122%% keywords here, in the form: keyword \sep keyword
123
124%% MSC codes here, in the form: \MSC code \sep code
125%% or \MSC[2008] code \sep code (2000 is the default)
126
127\end{keyword}
128
129\end{frontmatter}
130
131%%
132%% Start line numbering here if you want
133%%
134% \linenumbers
135
136%% main text
137\section{}
138\label{}
139
140%% The Appendices part is started with the command \appendix;
141%% appendix sections are then done as normal sections
142%% \appendix
143
144%% \section{}
145%% \label{}
146
147%% References
148%%
149%% Following citation commands can be used in the body text:
150%% Usage of \cite is as follows:
151%%   \cite{key}          ==>>  [#]
152%%   \cite[chap. 2]{key} ==>>  [#, chap. 2]
153%%   \citet{key}         ==>>  Author [#]
154
155%% References with bibTeX database:
156
157\bibliographystyle{model1a-num-names}
158\bibliography{<your-bib-database>}
159
160%% Authors are advised to submit their bibtex database files. They are
161%% requested to list a bibtex style file in the manuscript if they do
162%% not want to use model1a-num-names.bst.
163
164%% References without bibTeX database:
165
166% \begin{thebibliography}{00}
167
168%% \bibitem must have the following form:
169%%   \bibitem{key}...
170%%
171
172% \bibitem{}
173
174% \end{thebibliography}
175
176
177\end{document}
178
179%%
180%% End of file `elsarticle-template-1a-num.tex'.
Note: See TracBrowser for help on using the repository browser.