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