提问于:
浏览数:
7902
2 回答
0
现在的 texlive 中自带 elsarticle 不用额外下载。
```tex
\documentclass{elsarticle}
```
-
回复 晨曦飞羽 :刊登模板和投稿模板就是长得不一样……投稿之后,文章要送去专门机构重排版…… – 啸行 2019-10-16 11:34 回复
-
你好,我现在就是找不到和Neurocomputing 版式一样的tex文件,我目前编译出来的就是嘴普通的版式,感觉不是这个出版社的模板。谢谢答主 – 晨曦飞羽 2019-10-16 11:32 回复
0
.dtx文件是documented LaTeX的缩写,你可能还需要一个.ins文件才能编译出需要的.cls文件。
你需要去读README,然后看如何编译出需要的.cls文件。当然,如果只是用这个包,用楼上的方法足矣。
不熟悉的情况下,不要瞎折腾,这是用LaTeX的基本原则。
作者追问:2019-10-16 14:59
This is Elsevier's new document class for typeset journal articles,
elsarticle.cls. It is now accepted for submitted articles, both in
Elsevier's electronic submission system and elsewhere.
Elsevier's previous document class for typeset articles, elsart.cls,
is now over 10 years old. It has been replaced with this newly written
document class elsarticle.cls, which has been developed for Elsevier
by the leading TeX developer STM Document Engineering Pvt Ltd.
elsarticle.cls is based upon the standard LaTeX document class
article.cls. It uses natbib.sty for bibliographical references.
Bugs and problems with elsarticle.cls may be reported to the
developers of the class via elsarticle@stmdocs.in.
The file manifest.txt provides a list of the files in the elsarticle
bundle. The following are the main files available:
- elsarticle.dtx, the dtx file
- elsdoc.pdf, the user documentation
- elsarticle-template-num.tex, template file for numerical citations
- elsarticle-template-harv.tex, template file for name-year citations
- elsarticle-template-num-names.tex, template file for numerical
citations + new natbib option. Eg. Jones et al. [21]
- elsarticle-num.bst, bibliographic style for numerical references
- elsarticle-harv.bst, bibliographic style for name-year references
- elsarticle-num-names.bst, bibliographic style for numerical
referencces + new natbib option for citations.
To extract elsarticle.cls from *.dtx: latex elsarticle.ins
The documentation file is elsdoc.tex in the contrib directory. To
compile it:
1. pdflatex elsdoc
2. pdflatex elsdoc
3. pdflatex elsdoc
or
use the makefile. Use the target `all' (eg: make all).
The above procedure will create a print version, namely elsdoc.pdf.
Copyright 2007-2019, Elsevier. Bugs, feature requests, suggestions and
comments may be mailed to elsarticle@stmdocs.in. elsarticle.cls,
related documentation and supporting packages are released under the
LATEX Project Public Licence, either version 1.3 or any later
version. This work has the LPPL maintenance status
'author-maintained'.
请恕我没怎么看明白
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。