diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
commit | b4fc5f639874db951177ec539299d20908adb654 (patch) | |
tree | 52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/elsevier/template-num.tex | |
parent | dec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff) |
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/elsevier/template-num.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/elsevier/template-num.tex | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/elsevier/template-num.tex b/Master/texmf-dist/doc/latex/elsevier/template-num.tex new file mode 100644 index 00000000000..377b6ed8bbc --- /dev/null +++ b/Master/texmf-dist/doc/latex/elsevier/template-num.tex @@ -0,0 +1,92 @@ +\documentclass{elsart} + +% Use the option doublespacing or reviewcopy to obtain double line spacing +% \documentclass[doublespacing]{elsart} + +% 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} + +\begin{document} + +\begin{frontmatter} + +% Title, authors and addresses + +% use the thanksref command within \title, \author or \address for footnotes; +% use the corauthref command within \author for corresponding author footnotes; +% use the ead command for the email address, +% and the form \ead[url] for the home page: +% \title{Title\thanksref{label1}} +% \thanks[label1]{} +% \author{Name\corauthref{cor1}\thanksref{label2}} +% \ead{email address} +% \ead[url]{home page} +% \thanks[label2]{} +% \corauth[cor1]{} +% \address{Address\thanksref{label3}} +% \thanks[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 +\PACS +\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 + +% notes: +% \bibitem{label} \note + +% subbibitems: +% \begin{subbibitems}{label} +% \bibitem{label1} +% \bibitem{label2} +% If there is a note, it should come last: +% \bibitem{label3} \note +% \end{subbibitems} + +\bibitem{} + +\end{thebibliography} + +\end{document} + |