diff options
author | Norbert Preining <preining@logic.at> | 2008-09-27 11:24:41 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-09-27 11:24:41 +0000 |
commit | 5d3a1476294a9dba906948950a7f0db1f32a24c0 (patch) | |
tree | 6804675b3ed490b1120e888de79c9fa63ef74dc8 /Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-harv.tex | |
parent | 4fd3bbead92f1936110c05950d40436536c6494a (diff) |
update elsarticle from ctan, include the doc since source is now provided,
git-svn-id: svn://tug.org/texlive/trunk@10740 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-harv.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-harv.tex | 139 |
1 files changed, 139 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-harv.tex b/Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-harv.tex new file mode 100644 index 00000000000..6543eaccaed --- /dev/null +++ b/Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-harv.tex @@ -0,0 +1,139 @@ +%% +%% This is file `elsarticle-template-harv.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% elsarticle.dtx (with options: `harvtemplate') +%% +%% Copyright 2007, 2008 Elsevier Ltd. +%% +%% This file is part of the 'Elsarticle Bundle'. +%% ------------------------------------------- +%% +%% It may be distributed under the conditions of the LaTeX Project Public +%% License, either version 1.2 of this license or (at your option) any +%% later version. The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.2 or later is part of all distributions of LaTeX +%% version 1999/12/01 or later. +%% +%% The list of all files belonging to the 'Elsarticle Bundle' is +%% given in the file `manifest.txt'. +%% +%% Template article for Elsevier's document class `elsarticle' +%% with harvard style bibliographic references +%% SP 2008/03/01 + +\documentclass[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[final,1p,times]{elsarticle} +%% \documentclass[final,1p,times,twocolumn]{elsarticle} +%% \documentclass[final,3p,times]{elsarticle} +%% \documentclass[final,3p,times,twocolumn]{elsarticle} +%% \documentclass[final,5p,times]{elsarticle} +%% \documentclass[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} + +\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} + +%% \linenumbers + +%% main text +\section{} +\label{} + +%% The Appendices part is started with the command \appendix; +%% appendix sections are then done as normal sections +%% \appendix + +%% \section{} +%% \label{} + +\begin{thebibliography}{00} + +%% \bibitem{label} +%% Text of bibliographic item + +\bibitem{} + +\end{thebibliography} +\end{document} + +\endinput +%% +%% End of file `elsarticle-template-harv.tex'. |