elsarticle/elsarticle-template-num.tex
changeset 0 bc6edeef8717
equal deleted inserted replaced
-1:000000000000 0:924e93a0da1c
       
     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 \documentclass[preprint,12pt]{elsarticle}
       
    23 
       
    24 %% Use the option review to obtain double line spacing
       
    25 %% \documentclass[authoryear,preprint,review,12pt]{elsarticle}
       
    26 
       
    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}
       
    35 
       
    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}
       
    39 
       
    40 %% The amssymb package provides various useful mathematical symbols
       
    41 \usepackage{amssymb}
       
    42 %% The amsthm package provides extended theorem environments
       
    43 %% \usepackage{amsthm}
       
    44 
       
    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}
       
    49 
       
    50 \journal{Nuclear Physics B}
       
    51 
       
    52 \begin{document}
       
    53 
       
    54 \begin{frontmatter}
       
    55 
       
    56 %% Title, authors and addresses
       
    57 
       
    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}
       
    71 %% \fntext[label2]{}
       
    72 %% \cortext[cor1]{}
       
    73 %% \address{Address\fnref{label3}}
       
    74 %% \fntext[label3]{}
       
    75 
       
    76 \title{}
       
    77 
       
    78 %% use optional labels to link authors explicitly to addresses:
       
    79 %% \author[label1,label2]{}
       
    80 %% \address[label1]{}
       
    81 %% \address[label2]{}
       
    82 
       
    83 \author{}
       
    84 
       
    85 \address{}
       
    86 
       
    87 \begin{abstract}
       
    88 %% Text of abstract
       
    89 
       
    90 \end{abstract}
       
    91 
       
    92 \begin{keyword}
       
    93 %% keywords here, in the form: keyword \sep keyword
       
    94 
       
    95 %% PACS codes here, in the form: \PACS code \sep code
       
    96 
       
    97 %% MSC codes here, in the form: \MSC code \sep code
       
    98 %% or \MSC[2008] code \sep code (2000 is the default)
       
    99 
       
   100 \end{keyword}
       
   101 
       
   102 \end{frontmatter}
       
   103 
       
   104 %% \linenumbers
       
   105 
       
   106 %% main text
       
   107 \section{}
       
   108 \label{}
       
   109 
       
   110 %% The Appendices part is started with the command \appendix;
       
   111 %% appendix sections are then done as normal sections
       
   112 %% \appendix
       
   113 
       
   114 %% \section{}
       
   115 %% \label{}
       
   116 
       
   117 %% If you have bibdatabase file and want bibtex to generate the
       
   118 %% bibitems, please use
       
   119 %%
       
   120 %%  \bibliographystyle{elsarticle-num} 
       
   121 %%  \bibliography{<your bibdatabase>}
       
   122 
       
   123 %% else use the following coding to input the bibitems directly in the
       
   124 %% TeX file.
       
   125 
       
   126 \begin{thebibliography}{00}
       
   127 
       
   128 %% \bibitem{label}
       
   129 %% Text of bibliographic item
       
   130 
       
   131 \bibitem{}
       
   132 
       
   133 \end{thebibliography}
       
   134 \end{document}
       
   135 \endinput
       
   136 %%
       
   137 %% End of file `elsarticle-template-num.tex'.