From dbfb7e34f52f8f57ae12eaffd34fdb4158ce6e15 Mon Sep 17 00:00:00 2001 From: Manuel Pégourié-Gonnard Date: Fri, 4 Jul 2008 11:18:47 +0000 Subject: new elsarticle package git-svn-id: svn://tug.org/texlive/trunk@9226 c570f23f-e606-0410-a88d-b1316a301751 --- .../latex/elsarticle/elsarticle-template-harv.tex | 122 +++++++++++++++++++++ .../latex/elsarticle/elsarticle-template-num.tex | 114 +++++++++++++++++++ 2 files changed, 236 insertions(+) create mode 100644 Master/texmf-dist/source/latex/elsarticle/elsarticle-template-harv.tex create mode 100644 Master/texmf-dist/source/latex/elsarticle/elsarticle-template-num.tex (limited to 'Master/texmf-dist/source/latex/elsarticle') diff --git a/Master/texmf-dist/source/latex/elsarticle/elsarticle-template-harv.tex b/Master/texmf-dist/source/latex/elsarticle/elsarticle-template-harv.tex new file mode 100644 index 00000000000..e99ad8c17b6 --- /dev/null +++ b/Master/texmf-dist/source/latex/elsarticle/elsarticle-template-harv.tex @@ -0,0 +1,122 @@ +% 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} + diff --git a/Master/texmf-dist/source/latex/elsarticle/elsarticle-template-num.tex b/Master/texmf-dist/source/latex/elsarticle/elsarticle-template-num.tex new file mode 100644 index 00000000000..4a3ce9e6f0f --- /dev/null +++ b/Master/texmf-dist/source/latex/elsarticle/elsarticle-template-num.tex @@ -0,0 +1,114 @@ +% 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} + +% \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{} + +\begin{thebibliography}{00} + +% \bibitem{label} +% Text of bibliographic item + +\bibitem{} + +\end{thebibliography} + +\end{document} + -- cgit v1.2.3