elsarticle/elsarticle-template-harv.tex
author Alpar Juttner <alpar@cs.elte.hu>
Fri, 18 Nov 2016 16:18:02 +0100
changeset 0 bc6edeef8717
permissions -rw-r--r--
Initial setup
alpar@0
     1
%% 
alpar@0
     2
%% Copyright 2007, 2008, 2009 Elsevier Ltd
alpar@0
     3
%% 
alpar@0
     4
%% This file is part of the 'Elsarticle Bundle'.
alpar@0
     5
%% ---------------------------------------------
alpar@0
     6
%% 
alpar@0
     7
%% It may be distributed under the conditions of the LaTeX Project Public
alpar@0
     8
%% License, either version 1.2 of this license or (at your option) any
alpar@0
     9
%% later version.  The latest version of this license is in
alpar@0
    10
%%    http://www.latex-project.org/lppl.txt
alpar@0
    11
%% and version 1.2 or later is part of all distributions of LaTeX
alpar@0
    12
%% version 1999/12/01 or later.
alpar@0
    13
%% 
alpar@0
    14
%% The list of all files belonging to the 'Elsarticle Bundle' is
alpar@0
    15
%% given in the file `manifest.txt'.
alpar@0
    16
%% 
alpar@0
    17
%% Template article for Elsevier's document class `elsarticle'
alpar@0
    18
%% with harvard style bibliographic references
alpar@0
    19
%% SP 2008/03/01
alpar@0
    20
alpar@0
    21
\documentclass[preprint,12pt,authoryear]{elsarticle}
alpar@0
    22
alpar@0
    23
%% Use the option review to obtain double line spacing
alpar@0
    24
%% \documentclass[authoryear,preprint,review,12pt]{elsarticle}
alpar@0
    25
alpar@0
    26
%% Use the options 1p,twocolumn; 3p; 3p,twocolumn; 5p; or 5p,twocolumn
alpar@0
    27
%% for a journal layout:
alpar@0
    28
%% \documentclass[final,1p,times,authoryear]{elsarticle}
alpar@0
    29
%% \documentclass[final,1p,times,twocolumn,authoryear]{elsarticle}
alpar@0
    30
%% \documentclass[final,3p,times,authoryear]{elsarticle}
alpar@0
    31
%% \documentclass[final,3p,times,twocolumn,authoryear]{elsarticle}
alpar@0
    32
%% \documentclass[final,5p,times,authoryear]{elsarticle}
alpar@0
    33
%% \documentclass[final,5p,times,twocolumn,authoryear]{elsarticle}
alpar@0
    34
alpar@0
    35
%% For including figures, graphicx.sty has been loaded in
alpar@0
    36
%% elsarticle.cls. If you prefer to use the old commands
alpar@0
    37
%% please give \usepackage{epsfig}
alpar@0
    38
alpar@0
    39
%% The amssymb package provides various useful mathematical symbols
alpar@0
    40
\usepackage{amssymb}
alpar@0
    41
%% The amsthm package provides extended theorem environments
alpar@0
    42
%% \usepackage{amsthm}
alpar@0
    43
alpar@0
    44
%% The lineno packages adds line numbers. Start line numbering with
alpar@0
    45
%% \begin{linenumbers}, end it with \end{linenumbers}. Or switch it on
alpar@0
    46
%% for the whole article with \linenumbers.
alpar@0
    47
%% \usepackage{lineno}
alpar@0
    48
alpar@0
    49
\journal{Nuclear Physics B}
alpar@0
    50
alpar@0
    51
\begin{document}
alpar@0
    52
alpar@0
    53
\begin{frontmatter}
alpar@0
    54
alpar@0
    55
%% Title, authors and addresses
alpar@0
    56
alpar@0
    57
%% use the tnoteref command within \title for footnotes;
alpar@0
    58
%% use the tnotetext command for theassociated footnote;
alpar@0
    59
%% use the fnref command within \author or \address for footnotes;
alpar@0
    60
%% use the fntext command for theassociated footnote;
alpar@0
    61
%% use the corref command within \author for corresponding author footnotes;
alpar@0
    62
%% use the cortext command for theassociated footnote;
alpar@0
    63
%% use the ead command for the email address,
alpar@0
    64
%% and the form \ead[url] for the home page:
alpar@0
    65
%% \title{Title\tnoteref{label1}}
alpar@0
    66
%% \tnotetext[label1]{}
alpar@0
    67
%% \author{Name\corref{cor1}\fnref{label2}}
alpar@0
    68
%% \ead{email address}
alpar@0
    69
%% \ead[url]{home page}
alpar@0
    70
%% \fntext[label2]{}
alpar@0
    71
%% \cortext[cor1]{}
alpar@0
    72
%% \address{Address\fnref{label3}}
alpar@0
    73
%% \fntext[label3]{}
alpar@0
    74
alpar@0
    75
\title{}
alpar@0
    76
alpar@0
    77
%% use optional labels to link authors explicitly to addresses:
alpar@0
    78
%% \author[label1,label2]{}
alpar@0
    79
%% \address[label1]{}
alpar@0
    80
%% \address[label2]{}
alpar@0
    81
alpar@0
    82
\author{}
alpar@0
    83
alpar@0
    84
\address{}
alpar@0
    85
alpar@0
    86
\begin{abstract}
alpar@0
    87
%% Text of abstract
alpar@0
    88
alpar@0
    89
\end{abstract}
alpar@0
    90
alpar@0
    91
\begin{keyword}
alpar@0
    92
%% keywords here, in the form: keyword \sep keyword
alpar@0
    93
alpar@0
    94
%% PACS codes here, in the form: \PACS code \sep code
alpar@0
    95
alpar@0
    96
%% MSC codes here, in the form: \MSC code \sep code
alpar@0
    97
%% or \MSC[2008] code \sep code (2000 is the default)
alpar@0
    98
alpar@0
    99
\end{keyword}
alpar@0
   100
alpar@0
   101
\end{frontmatter}
alpar@0
   102
alpar@0
   103
%% \linenumbers
alpar@0
   104
alpar@0
   105
%% main text
alpar@0
   106
\section{}
alpar@0
   107
\label{}
alpar@0
   108
alpar@0
   109
%% The Appendices part is started with the command \appendix;
alpar@0
   110
%% appendix sections are then done as normal sections
alpar@0
   111
%% \appendix
alpar@0
   112
alpar@0
   113
%% \section{}
alpar@0
   114
%% \label{}
alpar@0
   115
alpar@0
   116
%% If you have bibdatabase file and want bibtex to generate the
alpar@0
   117
%% bibitems, please use
alpar@0
   118
%%
alpar@0
   119
%%  \bibliographystyle{elsarticle-harv} 
alpar@0
   120
%%  \bibliography{<your bibdatabase>}
alpar@0
   121
alpar@0
   122
%% else use the following coding to input the bibitems directly in the
alpar@0
   123
%% TeX file.
alpar@0
   124
alpar@0
   125
\begin{thebibliography}{00}
alpar@0
   126
alpar@0
   127
%% \bibitem[Author(year)]{label}
alpar@0
   128
%% Text of bibliographic item
alpar@0
   129
alpar@0
   130
\bibitem[ ()]{}
alpar@0
   131
alpar@0
   132
\end{thebibliography}
alpar@0
   133
\end{document}
alpar@0
   134
alpar@0
   135
\endinput
alpar@0
   136
%%
alpar@0
   137
%% End of file `elsarticle-template-harv.tex'.