elsarticle/elsarticle-template-num.tex
changeset 0 bc6edeef8717
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/elsarticle/elsarticle-template-num.tex	Fri Nov 18 16:18:02 2016 +0100
     1.3 @@ -0,0 +1,137 @@
     1.4 +%% 
     1.5 +%% Copyright 2007, 2008, 2009 Elsevier Ltd
     1.6 +%% 
     1.7 +%% This file is part of the 'Elsarticle Bundle'.
     1.8 +%% ---------------------------------------------
     1.9 +%% 
    1.10 +%% It may be distributed under the conditions of the LaTeX Project Public
    1.11 +%% License, either version 1.2 of this license or (at your option) any
    1.12 +%% later version.  The latest version of this license is in
    1.13 +%%    http://www.latex-project.org/lppl.txt
    1.14 +%% and version 1.2 or later is part of all distributions of LaTeX
    1.15 +%% version 1999/12/01 or later.
    1.16 +%% 
    1.17 +%% The list of all files belonging to the 'Elsarticle Bundle' is
    1.18 +%% given in the file `manifest.txt'.
    1.19 +%% 
    1.20 +
    1.21 +%% Template article for Elsevier's document class `elsarticle'
    1.22 +%% with numbered style bibliographic references
    1.23 +%% SP 2008/03/01
    1.24 +
    1.25 +\documentclass[preprint,12pt]{elsarticle}
    1.26 +
    1.27 +%% Use the option review to obtain double line spacing
    1.28 +%% \documentclass[authoryear,preprint,review,12pt]{elsarticle}
    1.29 +
    1.30 +%% Use the options 1p,twocolumn; 3p; 3p,twocolumn; 5p; or 5p,twocolumn
    1.31 +%% for a journal layout:
    1.32 +%% \documentclass[final,1p,times]{elsarticle}
    1.33 +%% \documentclass[final,1p,times,twocolumn]{elsarticle}
    1.34 +%% \documentclass[final,3p,times]{elsarticle}
    1.35 +%% \documentclass[final,3p,times,twocolumn]{elsarticle}
    1.36 +%% \documentclass[final,5p,times]{elsarticle}
    1.37 +%% \documentclass[final,5p,times,twocolumn]{elsarticle}
    1.38 +
    1.39 +%% For including figures, graphicx.sty has been loaded in
    1.40 +%% elsarticle.cls. If you prefer to use the old commands
    1.41 +%% please give \usepackage{epsfig}
    1.42 +
    1.43 +%% The amssymb package provides various useful mathematical symbols
    1.44 +\usepackage{amssymb}
    1.45 +%% The amsthm package provides extended theorem environments
    1.46 +%% \usepackage{amsthm}
    1.47 +
    1.48 +%% The lineno packages adds line numbers. Start line numbering with
    1.49 +%% \begin{linenumbers}, end it with \end{linenumbers}. Or switch it on
    1.50 +%% for the whole article with \linenumbers.
    1.51 +%% \usepackage{lineno}
    1.52 +
    1.53 +\journal{Nuclear Physics B}
    1.54 +
    1.55 +\begin{document}
    1.56 +
    1.57 +\begin{frontmatter}
    1.58 +
    1.59 +%% Title, authors and addresses
    1.60 +
    1.61 +%% use the tnoteref command within \title for footnotes;
    1.62 +%% use the tnotetext command for theassociated footnote;
    1.63 +%% use the fnref command within \author or \address for footnotes;
    1.64 +%% use the fntext command for theassociated footnote;
    1.65 +%% use the corref command within \author for corresponding author footnotes;
    1.66 +%% use the cortext command for theassociated footnote;
    1.67 +%% use the ead command for the email address,
    1.68 +%% and the form \ead[url] for the home page:
    1.69 +%% \title{Title\tnoteref{label1}}
    1.70 +%% \tnotetext[label1]{}
    1.71 +%% \author{Name\corref{cor1}\fnref{label2}}
    1.72 +%% \ead{email address}
    1.73 +%% \ead[url]{home page}
    1.74 +%% \fntext[label2]{}
    1.75 +%% \cortext[cor1]{}
    1.76 +%% \address{Address\fnref{label3}}
    1.77 +%% \fntext[label3]{}
    1.78 +
    1.79 +\title{}
    1.80 +
    1.81 +%% use optional labels to link authors explicitly to addresses:
    1.82 +%% \author[label1,label2]{}
    1.83 +%% \address[label1]{}
    1.84 +%% \address[label2]{}
    1.85 +
    1.86 +\author{}
    1.87 +
    1.88 +\address{}
    1.89 +
    1.90 +\begin{abstract}
    1.91 +%% Text of abstract
    1.92 +
    1.93 +\end{abstract}
    1.94 +
    1.95 +\begin{keyword}
    1.96 +%% keywords here, in the form: keyword \sep keyword
    1.97 +
    1.98 +%% PACS codes here, in the form: \PACS code \sep code
    1.99 +
   1.100 +%% MSC codes here, in the form: \MSC code \sep code
   1.101 +%% or \MSC[2008] code \sep code (2000 is the default)
   1.102 +
   1.103 +\end{keyword}
   1.104 +
   1.105 +\end{frontmatter}
   1.106 +
   1.107 +%% \linenumbers
   1.108 +
   1.109 +%% main text
   1.110 +\section{}
   1.111 +\label{}
   1.112 +
   1.113 +%% The Appendices part is started with the command \appendix;
   1.114 +%% appendix sections are then done as normal sections
   1.115 +%% \appendix
   1.116 +
   1.117 +%% \section{}
   1.118 +%% \label{}
   1.119 +
   1.120 +%% If you have bibdatabase file and want bibtex to generate the
   1.121 +%% bibitems, please use
   1.122 +%%
   1.123 +%%  \bibliographystyle{elsarticle-num} 
   1.124 +%%  \bibliography{<your bibdatabase>}
   1.125 +
   1.126 +%% else use the following coding to input the bibitems directly in the
   1.127 +%% TeX file.
   1.128 +
   1.129 +\begin{thebibliography}{00}
   1.130 +
   1.131 +%% \bibitem{label}
   1.132 +%% Text of bibliographic item
   1.133 +
   1.134 +\bibitem{}
   1.135 +
   1.136 +\end{thebibliography}
   1.137 +\end{document}
   1.138 +\endinput
   1.139 +%%
   1.140 +%% End of file `elsarticle-template-num.tex'.