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'.
18 %% Template article for Elsevier's document class `elsarticle'
19 %% with numbered style bibliographic references
22 \documentclass[preprint,12pt]{elsarticle}
24 %% Use the option review to obtain double line spacing
25 %% \documentclass[authoryear,preprint,review,12pt]{elsarticle}
27 %% Use the options 1p,twocolumn; 3p; 3p,twocolumn; 5p; or 5p,twocolumn
28 %% for a journal layout:
29 %% \documentclass[final,1p,times]{elsarticle}
30 %% \documentclass[final,1p,times,twocolumn]{elsarticle}
31 %% \documentclass[final,3p,times]{elsarticle}
32 %% \documentclass[final,3p,times,twocolumn]{elsarticle}
33 %% \documentclass[final,5p,times]{elsarticle}
34 %% \documentclass[final,5p,times,twocolumn]{elsarticle}
36 %% For including figures, graphicx.sty has been loaded in
37 %% elsarticle.cls. If you prefer to use the old commands
38 %% please give \usepackage{epsfig}
40 %% The amssymb package provides various useful mathematical symbols
42 %% The amsthm package provides extended theorem environments
43 %% \usepackage{amsthm}
45 %% The lineno packages adds line numbers. Start line numbering with
46 %% \begin{linenumbers}, end it with \end{linenumbers}. Or switch it on
47 %% for the whole article with \linenumbers.
48 %% \usepackage{lineno}
50 \journal{Nuclear Physics B}
56 %% Title, authors and addresses
58 %% use the tnoteref command within \title for footnotes;
59 %% use the tnotetext command for theassociated footnote;
60 %% use the fnref command within \author or \address for footnotes;
61 %% use the fntext command for theassociated footnote;
62 %% use the corref command within \author for corresponding author footnotes;
63 %% use the cortext command for theassociated footnote;
64 %% use the ead command for the email address,
65 %% and the form \ead[url] for the home page:
66 %% \title{Title\tnoteref{label1}}
67 %% \tnotetext[label1]{}
68 %% \author{Name\corref{cor1}\fnref{label2}}
69 %% \ead{email address}
70 %% \ead[url]{home page}
73 %% \address{Address\fnref{label3}}
78 %% use optional labels to link authors explicitly to addresses:
79 %% \author[label1,label2]{}
93 %% keywords here, in the form: keyword \sep keyword
95 %% PACS codes here, in the form: \PACS code \sep code
97 %% MSC codes here, in the form: \MSC code \sep code
98 %% or \MSC[2008] code \sep code (2000 is the default)
110 %% The Appendices part is started with the command \appendix;
111 %% appendix sections are then done as normal sections
117 %% If you have bibdatabase file and want bibtex to generate the
118 %% bibitems, please use
120 %% \bibliographystyle{elsarticle-num}
121 %% \bibliography{<your bibdatabase>}
123 %% else use the following coding to input the bibitems directly in the
126 \begin{thebibliography}{00}
129 %% Text of bibliographic item
133 \end{thebibliography}
137 %% End of file `elsarticle-template-num.tex'.