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

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