elsarticle/elsarticle-template-harv.tex
author Alpar Juttner <alpar@cs.elte.hu>
Tue, 22 Nov 2016 13:58:09 +0100
changeset 3 550f81b2f81c
permissions -rw-r--r--
Reformat
     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 %% Template article for Elsevier's document class `elsarticle'
    18 %% with harvard style bibliographic references
    19 %% SP 2008/03/01
    20 
    21 \documentclass[preprint,12pt,authoryear]{elsarticle}
    22 
    23 %% Use the option review to obtain double line spacing
    24 %% \documentclass[authoryear,preprint,review,12pt]{elsarticle}
    25 
    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}
    34 
    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}
    38 
    39 %% The amssymb package provides various useful mathematical symbols
    40 \usepackage{amssymb}
    41 %% The amsthm package provides extended theorem environments
    42 %% \usepackage{amsthm}
    43 
    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}
    48 
    49 \journal{Nuclear Physics B}
    50 
    51 \begin{document}
    52 
    53 \begin{frontmatter}
    54 
    55 %% Title, authors and addresses
    56 
    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}
    70 %% \fntext[label2]{}
    71 %% \cortext[cor1]{}
    72 %% \address{Address\fnref{label3}}
    73 %% \fntext[label3]{}
    74 
    75 \title{}
    76 
    77 %% use optional labels to link authors explicitly to addresses:
    78 %% \author[label1,label2]{}
    79 %% \address[label1]{}
    80 %% \address[label2]{}
    81 
    82 \author{}
    83 
    84 \address{}
    85 
    86 \begin{abstract}
    87 %% Text of abstract
    88 
    89 \end{abstract}
    90 
    91 \begin{keyword}
    92 %% keywords here, in the form: keyword \sep keyword
    93 
    94 %% PACS codes here, in the form: \PACS code \sep code
    95 
    96 %% MSC codes here, in the form: \MSC code \sep code
    97 %% or \MSC[2008] code \sep code (2000 is the default)
    98 
    99 \end{keyword}
   100 
   101 \end{frontmatter}
   102 
   103 %% \linenumbers
   104 
   105 %% main text
   106 \section{}
   107 \label{}
   108 
   109 %% The Appendices part is started with the command \appendix;
   110 %% appendix sections are then done as normal sections
   111 %% \appendix
   112 
   113 %% \section{}
   114 %% \label{}
   115 
   116 %% If you have bibdatabase file and want bibtex to generate the
   117 %% bibitems, please use
   118 %%
   119 %%  \bibliographystyle{elsarticle-harv} 
   120 %%  \bibliography{<your bibdatabase>}
   121 
   122 %% else use the following coding to input the bibitems directly in the
   123 %% TeX file.
   124 
   125 \begin{thebibliography}{00}
   126 
   127 %% \bibitem[Author(year)]{label}
   128 %% Text of bibliographic item
   129 
   130 \bibitem[ ()]{}
   131 
   132 \end{thebibliography}
   133 \end{document}
   134 
   135 \endinput
   136 %%
   137 %% End of file `elsarticle-template-harv.tex'.