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

Revision 593, 5.3 KB checked in by wojtekp, 12 years ago (diff)
Line 
1%% This is file `elsarticle-template-3-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-3-num.tex 165 2009-10-08 07:58:10Z rishi $
22%% $URL: http://lenova.river-valley.com/svn/elsbst/trunk/elsarticle-template-3-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 numcompress package shorten the last page in references.
52%% `nodots' option removes dots from firstnames in references.
53\usepackage[nodots]{numcompress}
54
55%% The lineno packages adds line numbers. Start line numbering with
56%% \begin{linenumbers}, end it with \end{linenumbers}. Or switch it on
57%% for the whole article with \linenumbers after \end{frontmatter}.
58%% \usepackage{lineno}
59
60%% natbib.sty is loaded by default. However, natbib options can be
61%% provided with \biboptions{...} command. Following options are
62%% valid:
63
64%%   round  -  round parentheses are used (default)
65%%   square -  square brackets are used   [option]
66%%   curly  -  curly braces are used      {option}
67%%   angle  -  angle brackets are used    <option>
68%%   semicolon  -  multiple citations separated by semi-colon
69%%   colon  - same as semicolon, an earlier confusion
70%%   comma  -  separated by comma
71%%   numbers-  selects numerical citations
72%%   super  -  numerical citations as superscripts
73%%   sort   -  sorts multiple citations according to order in ref. list
74%%   sort&compress   -  like sort, but also compresses numerical citations
75%%   compress - compresses without sorting
76%%
77%% \biboptions{comma,round}
78
79% \biboptions{}
80
81
82\journal{Nuclear Physics B}
83
84\begin{document}
85
86\begin{frontmatter}
87
88%% Title, authors and addresses
89
90%% use the tnoteref command within \title for footnotes;
91%% use the tnotetext command for the associated footnote;
92%% use the fnref command within \author or \address for footnotes;
93%% use the fntext command for the associated footnote;
94%% use the corref command within \author for corresponding author footnotes;
95%% use the cortext command for the associated footnote;
96%% use the ead command for the email address,
97%% and the form \ead[url] for the home page:
98%%
99%% \title{Title\tnoteref{label1}}
100%% \tnotetext[label1]{}
101%% \author{Name\corref{cor1}\fnref{label2}}
102%% \ead{email address}
103%% \ead[url]{home page}
104%% \fntext[label2]{}
105%% \cortext[cor1]{}
106%% \address{Address\fnref{label3}}
107%% \fntext[label3]{}
108
109\title{}
110
111%% use optional labels to link authors explicitly to addresses:
112%% \author[label1,label2]{<author name>}
113%% \address[label1]{<address>}
114%% \address[label2]{<address>}
115
116\author{}
117
118\address{}
119
120\begin{abstract}
121%% Text of abstract
122
123\end{abstract}
124
125\begin{keyword}
126%% keywords here, in the form: keyword \sep keyword
127
128%% MSC codes here, in the form: \MSC code \sep code
129%% or \MSC[2008] code \sep code (2000 is the default)
130
131\end{keyword}
132
133\end{frontmatter}
134
135%%
136%% Start line numbering here if you want
137%%
138% \linenumbers
139
140%% main text
141\section{}
142\label{}
143
144%% The Appendices part is started with the command \appendix;
145%% appendix sections are then done as normal sections
146%% \appendix
147
148%% \section{}
149%% \label{}
150
151%% References
152%%
153%% Following citation commands can be used in the body text:
154%% Usage of \cite is as follows:
155%%   \cite{key}          ==>>  [#]
156%%   \cite[chap. 2]{key} ==>>  [#, chap. 2]
157%%   \citet{key}         ==>>  Author [#]
158
159%% References with bibTeX database:
160
161\bibliographystyle{model3-num-names}
162\bibliography{<your-bib-database>}
163
164%% Authors are advised to submit their bibtex database files. They are
165%% requested to list a bibtex style file in the manuscript if they do
166%% not want to use model3-num-names.bst.
167
168%% References without bibTeX database:
169
170% \begin{thebibliography}{00}
171
172%% \bibitem must have the following form:
173%%   \bibitem{key}...
174%%
175
176% \bibitem{}
177
178% \end{thebibliography}
179
180
181\end{document}
182
183%%
184%% End of file `elsarticle-template-3-num.tex'.
Note: See TracBrowser for help on using the repository browser.