summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/elsarticle/elsarticle-template-harv.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/elsarticle/elsarticle-template-harv.tex')
-rw-r--r--Master/texmf-dist/source/latex/elsarticle/elsarticle-template-harv.tex122
1 files changed, 0 insertions, 122 deletions
diff --git a/Master/texmf-dist/source/latex/elsarticle/elsarticle-template-harv.tex b/Master/texmf-dist/source/latex/elsarticle/elsarticle-template-harv.tex
deleted file mode 100644
index e99ad8c17b6..00000000000
--- a/Master/texmf-dist/source/latex/elsarticle/elsarticle-template-harv.tex
+++ /dev/null
@@ -1,122 +0,0 @@
-% Template article for Elsevier's document class `elsarticle'
-% with harvard style bibliographic references
-% SP 2008/03/01
-
-\documentclass[authoryear,preprint,12pt]{elsarticle}
-
-% Use the option review to obtain double line spacing
-% \documentclass[authoryear,preprint,review,12pt]{elsarticle}
-
-% Use the options 1p,twocolumn; 3p; 3p,twocolumn; 5p; or 5p,twocolumn
-% for a journal layout:
-% \documentclass[authoryear,final,1p,times]{elsarticle}
-% \documentclass[authoryear,final,1p,times,twocolumn]{elsarticle}
-% \documentclass[authoryear,final,3p,times]{elsarticle}
-% \documentclass[authoryear,final,3p,times,twocolumn]{elsarticle}
-% \documentclass[authoryear,final,5p,times]{elsarticle}
-% \documentclass[authoryear,final,5p,times,twocolumn]{elsarticle}
-
-% if you use PostScript figures in your article
-% use the graphics package for simple commands
-% \usepackage{graphics}
-% or use the graphicx package for more complicated commands
-% \usepackage{graphicx}
-% or use the epsfig package if you prefer to use the old commands
-% \usepackage{epsfig}
-
-% The amssymb package provides various useful mathematical symbols
-\usepackage{amssymb}
-% The amsthm package provides extended theorem environments
-% \usepackage{amsthm}
-
-% The lineno packages adds line numbers. Start line numbering with
-% \begin{linenumbers}, end it with \end{linenumbers}. Or switch it on
-% for the whole article with \linenumbers.
-% \usepackage{lineno}
-
-% \linenumbers
-
-\journal{Nuclear Physics B}
-
-\begin{document}
-
-\begin{frontmatter}
-
-% Title, authors and addresses
-
-% use the tnoteref command within \title for footnotes;
-% use the tnotetext command for theassociated footnote;
-% use the fnref command within \author or \address for footnotes;
-% use the fntext command for theassociated footnote;
-% use the corref command within \author for corresponding author footnotes;
-% use the cortext command for theassociated footnote;
-% use the ead command for the email address,
-% and the form \ead[url] for the home page:
-% \title{Title\tnoteref{label1}}
-% \tnotetext[label1]{}
-% \author{Name\corref{cor1}\fnref{label2}}
-% \ead{email address}
-% \ead[url]{home page}
-% \fntext[label2]{}
-% \cortext[cor1]{}
-% \address{Address\fnref{label3}}
-% \fntext[label3]{}
-
-\title{}
-
-% use optional labels to link authors explicitly to addresses:
-% \author[label1,label2]{}
-% \address[label1]{}
-% \address[label2]{}
-
-\author{}
-
-\address{}
-
-\begin{abstract}
-% Text of abstract
-
-\end{abstract}
-
-\begin{keyword}
-% keywords here, in the form: keyword \sep keyword
-
-% PACS codes here, in the form: \PACS code \sep code
-
-% MSC codes here, in the form: \MSC code \sep code
-% or \MSC[2008] code \sep code (2000 is the default)
-
-\end{keyword}
-
-\end{frontmatter}
-
-% main text
-\section{}
-\label{}
-
-% The Appendices part is started with the command \appendix;
-% appendix sections are then done as normal sections
-% \appendix
-
-% \section{}
-% \label{}
-
-% Bibliographic references with the natbib package:
-% Parenthetical: \citep{Bai92} produces (Bailyn 1992).
-% Textual: \citet{Bai95} produces Bailyn et al. (1995).
-% An affix and part of a reference:
-% \citep[e.g.][Ch. 2]{Bar76}
-% produces (e.g. Barnes et al. 1976, Ch. 2).
-
-\begin{thebibliography}{}
-
-% \bibitem[Names(Year)]{label} or \bibitem[Names(Year)Long names]{label}.
-% (\harvarditem{Name}{Year}{label} is also supported.)
-% Text of bibliographic item
-
-\bibitem[]{}
-
-\end{thebibliography}
-
-\end{document}
-