diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-18 23:51:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-18 23:51:03 +0000 |
commit | 16a931a6ec904cd0fcf4cc41d0926951da96b7b8 (patch) | |
tree | 82a8407276bacf65add5d243c1fd0722df7527e0 /Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-harv.tex | |
parent | 2aaaa469a2ca0da6f8aac5752c40bf00ce399449 (diff) |
elsarticle update (18sep09)
git-svn-id: svn://tug.org/texlive/trunk@15370 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 | 50 |
1 files changed, 24 insertions, 26 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 index 6543eaccaed..b5d1923fdbb 100644 --- a/Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-harv.tex +++ b/Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-harv.tex @@ -1,15 +1,8 @@ -%% -%% 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. +%% Copyright 2007, 2008, 2009 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 @@ -25,27 +18,23 @@ %% with harvard style bibliographic references %% SP 2008/03/01 -\documentclass[preprint,12pt]{elsarticle} +\documentclass[preprint,12pt,authoryear]{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} +%% \documentclass[final,1p,times,authoryear]{elsarticle} +%% \documentclass[final,1p,times,twocolumn,authoryear]{elsarticle} +%% \documentclass[final,3p,times,authoryear]{elsarticle} +%% \documentclass[final,3p,times,twocolumn,authoryear]{elsarticle} +%% \documentclass[final,5p,times,authoryear]{elsarticle} +%% \documentclass[final,5p,times,twocolumn,authoryear]{elsarticle} + +%% For including figures, graphicx.sty has been loaded in +%% elsarticle.cls. If you prefer to use the old commands +%% please give \usepackage{epsfig} %% The amssymb package provides various useful mathematical symbols \usepackage{amssymb} @@ -124,12 +113,21 @@ %% \section{} %% \label{} +%% If you have bibdatabase file and want bibtex to generate the +%% bibitems, please use +%% +%% \bibliographystyle{elsarticle-harv} +%% \bibliography{<your bibdatabase>} + +%% else use the following coding to input the bibitems directly in the +%% TeX file. + \begin{thebibliography}{00} -%% \bibitem{label} +%% \bibitem[Author(year)]{label} %% Text of bibliographic item -\bibitem{} +\bibitem[ ()]{} \end{thebibliography} \end{document} |