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

Revision 593, 7.6 KB checked in by wojtekp, 12 years ago (diff)
Line 
1%% This is file `elsarticle-template-4-harv.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 harvard style bibliographic references
20%%
21%% $Id: elsarticle-template-4-harv.tex 167 2009-10-08 07:58:22Z rishi $
22%% $URL: http://lenova.river-valley.com/svn/elsbst/trunk/elsarticle-template-4-harv.tex $
23%%
24\documentclass[preprint,authoryear,12pt]{elsarticle}
25
26%% Use the option review to obtain double line spacing
27%% \documentclass[authoryear,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,authoryear,1p,times]{elsarticle}
32%% \documentclass[final,authoryear,1p,times,twocolumn]{elsarticle}
33%% \documentclass[final,authoryear,3p,times]{elsarticle}
34%% \documentclass[final,authoryear,3p,times,twocolumn]{elsarticle}
35%% \documentclass[final,authoryear,5p,times]{elsarticle}
36%% \documentclass[final,authoryear,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 (default)
69%%   colon  - same as semicolon, an earlier confusion
70%%   comma  -  separated by comma
71%%   authoryear - selects author-year citations (default)
72%%   numbers-  selects numerical citations
73%%   super  -  numerical citations as superscripts
74%%   sort   -  sorts multiple citations according to order in ref. list
75%%   sort&compress   -  like sort, but also compresses numerical citations
76%%   compress - compresses without sorting
77%%   longnamesfirst  -  makes first citation full author list
78%%
79%% \biboptions{longnamesfirst,comma}
80
81% \biboptions{}
82
83\journal{Nuclear Physics B}
84
85\begin{document}
86
87\begin{frontmatter}
88
89%% Title, authors and addresses
90
91%% use the tnoteref command within \title for footnotes;
92%% use the tnotetext command for the associated footnote;
93%% use the fnref command within \author or \address for footnotes;
94%% use the fntext command for the associated footnote;
95%% use the corref command within \author for corresponding author footnotes;
96%% use the cortext command for the associated footnote;
97%% use the ead command for the email address,
98%% and the form \ead[url] for the home page:
99%%
100%% \title{Title\tnoteref{label1}}
101%% \tnotetext[label1]{}
102%% \author{Name\corref{cor1}\fnref{label2}}
103%% \ead{email address}
104%% \ead[url]{home page}
105%% \fntext[label2]{}
106%% \cortext[cor1]{}
107%% \address{Address\fnref{label3}}
108%% \fntext[label3]{}
109
110\title{}
111
112%% use optional labels to link authors explicitly to addresses:
113%% \author[label1,label2]{<author name>}
114%% \address[label1]{<address>}
115%% \address[label2]{<address>}
116
117\author{}
118
119\address{}
120
121\begin{abstract}
122%% Text of abstract
123
124\end{abstract}
125
126\begin{keyword}
127%% keywords here, in the form: keyword \sep keyword
128
129%% MSC codes here, in the form: \MSC code \sep code
130%% or \MSC[2008] code \sep code (2000 is the default)
131
132\end{keyword}
133
134\end{frontmatter}
135
136% \linenumbers
137
138%% main text
139\section{}
140\label{}
141
142%% The Appendices part is started with the command \appendix;
143%% appendix sections are then done as normal sections
144%% \appendix
145
146%% \section{}
147%% \label{}
148
149%% References
150%%
151%% Following citation commands can be used in the body text:
152%%
153%%  \citet{key}  ==>>  Jones et al. (1990)
154%%  \citep{key}  ==>>  (Jones et al., 1990)
155%%
156%% Multiple citations as normal:
157%% \citep{key1,key2}         ==>> (Jones et al., 1990; Smith, 1989)
158%%                            or  (Jones et al., 1990, 1991)
159%%                            or  (Jones et al., 1990a,b)
160%% \cite{key} is the equivalent of \citet{key} in author-year mode
161%%
162%% Full author lists may be forced with \citet* or \citep*, e.g.
163%%   \citep*{key}            ==>> (Jones, Baker, and Williams, 1990)
164%%
165%% Optional notes as:
166%%   \citep[chap. 2]{key}    ==>> (Jones et al., 1990, chap. 2)
167%%   \citep[e.g.,][]{key}    ==>> (e.g., Jones et al., 1990)
168%%   \citep[see][pg. 34]{key}==>> (see Jones et al., 1990, pg. 34)
169%%  (Note: in standard LaTeX, only one note is allowed, after the ref.
170%%   Here, one note is like the standard, two make pre- and post-notes.)
171%%
172%%   \citealt{key}          ==>> Jones et al. 1990
173%%   \citealt*{key}         ==>> Jones, Baker, and Williams 1990
174%%   \citealp{key}          ==>> Jones et al., 1990
175%%   \citealp*{key}         ==>> Jones, Baker, and Williams, 1990
176%%
177%% Additional citation possibilities
178%%   \citeauthor{key}       ==>> Jones et al.
179%%   \citeauthor*{key}      ==>> Jones, Baker, and Williams
180%%   \citeyear{key}         ==>> 1990
181%%   \citeyearpar{key}      ==>> (1990)
182%%   \citetext{priv. comm.} ==>> (priv. comm.)
183%%   \citenum{key}          ==>> 11 [non-superscripted]
184%% Note: full author lists depends on whether the bib style supports them;
185%%       if not, the abbreviated list is printed even when full requested.
186%%
187%% For names like della Robbia at the start of a sentence, use
188%%   \Citet{dRob98}         ==>> Della Robbia (1998)
189%%   \Citep{dRob98}         ==>> (Della Robbia, 1998)
190%%   \Citeauthor{dRob98}    ==>> Della Robbia
191
192
193%% References with bibTeX database:
194
195\bibliographystyle{model4-names}
196\bibliography{<your-bib-database>}
197
198%% Authors are advised to submit their bibtex database files. They are
199%% requested to list a bibtex style file in the manuscript if they do
200%% not want to use model4-names.bst.
201
202%% References without bibTeX database:
203
204% \begin{thebibliography}{00}
205
206%% \bibitem must have one of the following forms:
207%%   \bibitem[Jones et al.(1990)]{key}...
208%%   \bibitem[Jones et al.(1990)Jones, Baker, and Williams]{key}...
209%%   \bibitem[Jones et al., 1990]{key}...
210%%   \bibitem[\protect\citeauthoryear{Jones, Baker, and Williams}{Jones
211%%       et al.}{1990}]{key}...
212%%   \bibitem[\protect\citeauthoryear{Jones et al.}{1990}]{key}...
213%%   \bibitem[\protect\astroncite{Jones et al.}{1990}]{key}...
214%%   \bibitem[\protect\citename{Jones et al., }1990]{key}...
215%%   \harvarditem[Jones et al.]{Jones, Baker, and Williams}{1990}{key}...
216%%
217
218% \bibitem[ ()]{}
219
220% \end{thebibliography}
221
222\end{document}
223
224%%
225%% End of file `elsarticle-template-4-harv.tex'.
Note: See TracBrowser for help on using the repository browser.