1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/elsarticle/README Fri Nov 18 16:18:02 2016 +0100
1.3 @@ -0,0 +1,46 @@
1.4 +This is Elsevier's new document class for typeset journal articles,
1.5 +elsarticle.cls. It is now accepted for submitted articles, both in
1.6 +Elsevier's electronic submission system and elsewhere.
1.7 +
1.8 +Elsevier's previous document class for typeset articles, elsart.cls,
1.9 +is now over 10 years old. It has been replaced with this newly written
1.10 +document class elsarticle.cls, which has been developed for Elsevier
1.11 +by the leading TeX developer River Valley Technologies.
1.12 +
1.13 +elsarticle.cls is based upon the standard LaTeX document class
1.14 +article.cls. It uses natbib.sty for bibliographical references.
1.15 +
1.16 +Bugs and problems with elsarticle.cls may be reported to the
1.17 +developers of the class via elsarticle@river-valley.com.
1.18 +
1.19 +The file manifest.txt provides a list of the files in the elsarticle
1.20 +bundle. The following are the main files available:
1.21 +- elsarticle.cls, the class file
1.22 +- elsdoc.pdf, the user documentation
1.23 +- elsarticle-template-num.tex, template file for numerical references
1.24 +- elsarticle-template-harv.tex, template file for name-year references
1.25 +- elsarticle-num.bst, bibliographic style for numerical references
1.26 +- elsarticle-harv.bst, bibliographic style for name-year references
1.27 +- elsarticle-num-names.bst, bibliographic style for numerical references
1.28 + with author-year citation
1.29 +
1.30 +To extract all files from *.dtx: latex elsarticle.ins
1.31 +
1.32 +The documentation file is elsdoc.tex in the contrib directory. To
1.33 +compile it:
1.34 +1. pdflatex elsdoc
1.35 +2. pdflatex elsdoc
1.36 +3. pdflatex elsdoc
1.37 +
1.38 +or
1.39 +
1.40 +use the makefile. Use the target `all' (eg: make all).
1.41 +
1.42 +The above procedure will create a print version, namely elsdoc.pdf.
1.43 +
1.44 +Copyright 2007-2009, Elsevier. Bugs, feature requests, suggestions and
1.45 +comments may be mailed to elsarticle@river-valley.com. elsarticle.cls,
1.46 +related documentation and supporting packages are released under the
1.47 +LATEX Project Public Licence, either version 1.3 or any later
1.48 +version. This work has the LPPL maintenance status
1.49 +'author-maintained'.