diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-num.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-num.tex | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-num.tex b/Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-num.tex index 8dc5d35259e..29c14cc9ce8 100644 --- a/Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-num.tex +++ b/Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-num.tex @@ -1,15 +1,8 @@ -%% -%% This is file `elsarticle-template-num.tex', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% elsarticle.dtx (with options: `numtemplate') %% -%% 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 @@ -40,13 +33,9 @@ %% \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} +%% 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} @@ -125,6 +114,15 @@ %% \section{} %% \label{} +%% If you have bibdatabase file and want bibtex to generate the +%% bibitems, please use +%% +%% \bibliographystyle{elsarticle-num} +%% \bibliography{<your bibdatabase>} + +%% else use the following coding to input the bibitems directly in the +%% TeX file. + \begin{thebibliography}{00} %% \bibitem{label} |