2 %% Copyright 2007, 2008, 2009 Elsevier Ltd
4 %% This file is part of the 'Elsarticle Bundle'.
5 %% ---------------------------------------------
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.
14 %% The list of all files belonging to the 'Elsarticle Bundle' is
15 %% given in the file `manifest.txt'.
17 %% Template article for Elsevier's document class `elsarticle'
18 %% with harvard style bibliographic references
21 \documentclass[preprint,12pt,authoryear]{elsarticle}
23 %% Use the option review to obtain double line spacing
24 %% \documentclass[authoryear,preprint,review,12pt]{elsarticle}
26 %% Use the options 1p,twocolumn; 3p; 3p,twocolumn; 5p; or 5p,twocolumn
27 %% for a journal layout:
28 %% \documentclass[final,1p,times,authoryear]{elsarticle}
29 %% \documentclass[final,1p,times,twocolumn,authoryear]{elsarticle}
30 %% \documentclass[final,3p,times,authoryear]{elsarticle}
31 %% \documentclass[final,3p,times,twocolumn,authoryear]{elsarticle}
32 %% \documentclass[final,5p,times,authoryear]{elsarticle}
33 %% \documentclass[final,5p,times,twocolumn,authoryear]{elsarticle}
35 %% For including figures, graphicx.sty has been loaded in
36 %% elsarticle.cls. If you prefer to use the old commands
37 %% please give \usepackage{epsfig}
39 %% The amssymb package provides various useful mathematical symbols
41 %% The amsthm package provides extended theorem environments
42 %% \usepackage{amsthm}
44 %% The lineno packages adds line numbers. Start line numbering with
45 %% \begin{linenumbers}, end it with \end{linenumbers}. Or switch it on
46 %% for the whole article with \linenumbers.
47 %% \usepackage{lineno}
49 \journal{Nuclear Physics B}
55 %% Title, authors and addresses
57 %% use the tnoteref command within \title for footnotes;
58 %% use the tnotetext command for theassociated footnote;
59 %% use the fnref command within \author or \address for footnotes;
60 %% use the fntext command for theassociated footnote;
61 %% use the corref command within \author for corresponding author footnotes;
62 %% use the cortext command for theassociated footnote;
63 %% use the ead command for the email address,
64 %% and the form \ead[url] for the home page:
65 %% \title{Title\tnoteref{label1}}
66 %% \tnotetext[label1]{}
67 %% \author{Name\corref{cor1}\fnref{label2}}
68 %% \ead{email address}
69 %% \ead[url]{home page}
72 %% \address{Address\fnref{label3}}
77 %% use optional labels to link authors explicitly to addresses:
78 %% \author[label1,label2]{}
92 %% keywords here, in the form: keyword \sep keyword
94 %% PACS codes here, in the form: \PACS code \sep code
96 %% MSC codes here, in the form: \MSC code \sep code
97 %% or \MSC[2008] code \sep code (2000 is the default)
109 %% The Appendices part is started with the command \appendix;
110 %% appendix sections are then done as normal sections
116 %% If you have bibdatabase file and want bibtex to generate the
117 %% bibitems, please use
119 %% \bibliographystyle{elsarticle-harv}
120 %% \bibliography{<your bibdatabase>}
122 %% else use the following coding to input the bibitems directly in the
125 \begin{thebibliography}{00}
127 %% \bibitem[Author(year)]{label}
128 %% Text of bibliographic item
132 \end{thebibliography}
137 %% End of file `elsarticle-template-harv.tex'.