赞
踩
关于图像格式:
LATEX accepts figures in the postscript format ,比如eps
while pdfLATEX accepts *.pdf, *.mps (metapost), *.jpg and *.png formats. pdfLATEX does not accept graphic files in the postscript format.
elsarticle.cls is built upon article.cls ,基于article.clc的,所以All options of article.cls can be used with this document class。
preprint是提交给期刊审核用的,默认单栏,文本宽度384pt. When you use elsarticle.cls for formatting your submissions in the preprint mode, the document is formatted in single column style with a text width of 384pt or 5.3in.
final print是出版的最终版,如果期刊是双栏的就要改格式,容易遇到公式断裂的现象。 When this document is formatted for final print and if the journal happens to be a double column journal, the text width will be reduced to 224pt at for 3+ double column and 5+ journals respectively.
最终版主要是要注意对应期刊的纸张尺寸和页面边距format their submission to the page size and margins of their preferred journal
好神奇!!!竟然需要编译两次,亲自尝试,如果只编译一次,email address和url就不出来,这就是因为脚注还没解析好,牛逼
elsarticle.ins is the LATEX installer file安装文件,用latex编译它就可以得到cls文件(类文件,class文件)
先打开elsarticle所在路径,然后调用latex命令,结果太长我不粘了,但是cls文件确实成功生成了
Microsoft Windows [版本 10.0.17134.112]
(c) 2018 Microsoft Corporation。保留所有权利。
C:\Users\Administrator>e:
E:\>cd 2nd paper\投稿期刊模板\information fusion\elsarticle\elsarticle
E:\2nd paper\投稿期刊模板\information fusion\elsarticle\elsarticle>latex elsarticle.ins
************************************************************* * * * To finish the installation you have to move the following * * file into a directory searched by TeX: * * * * elsarticle.cls * * and * * elsarticle-*.bst * * * * To produce the documentation go to the ../contrib folder * * and run the file elsdoc.tex through pdfLaTeX * * or use the Makefile which is far more easier. * * * * Happy TeXing! * * * *************************************************************
然后把生成的cls文件复制到D:\texlive\texmf-local\tex\latex\elsevier路径,也可以放在别的latex编译时可以搜索到的路径下
然后更新latex的文件数据库,用texlive发行版texhash命令,miktex发行版好像是用mktexlsr
E:\2nd paper\投稿期刊模板\information fusion\elsarticle\elsarticle>texhash
texhash: Updating D:/texlive/texmf-local/ls-R...
texhash: Updated D:/texlive/texmf-local/ls-R.
texhash: Updating D:/texlive/2019/texmf-config/ls-R...
texhash: Updated D:/texlive/2019/texmf-config/ls-R.
texhash: Updating D:/texlive/2019/texmf-var/ls-R...
texhash: Updated D:/texlive/2019/texmf-var/ls-R.
texhash: Updating D:/texlive/2019/texmf-dist/ls-R...
texhash: Updated D:/texlive/2019/texmf-dist/ls-R.
texhash: Done.
E:\2nd paper\投稿期刊模板\information fusion\elsarticle\elsarticle>
each author is connected to an affiliation with a footnote marker; hence all authors are grouped together and affiliations follow;
%% 下面是所有作者一起写的格式 \title{This is a specimen title\tnoteref{t1,t2}} \tnotetext[t1]{This document is the results of the research project funded by the National Science Foundation.} \tnotetext[t2]{The second title footnote which is a longer text matter to fill through the whole text width and overflow into another line in the footnotes area of the first page.} \author[1]{Jos Migchielsen\corref{cor1}% \fnref{fn1}} \ead{J.Migchielsen@elsevier.com} \author[2]{CV Radhakrishnan\fnref{fn2}} \ead{cvr@sayahna.org} \author[3]{CV Rajagopal\fnref{fn1,fn3}} \ead[url]{www.stmdocs.in} \cortext[cor1]{Corresponding author} \fntext[fn1]{This is the first author footnote.} \fntext[fn2]{Another author footnote, this is a very long footnote and it should be a really long footnote. But this footnote is not yet sufficiently long enough to make two lines of footnote text.} \fntext[fn3]{Yet another author footnote.} \address[1]{Elsevier B.V., Radarweg 29, 1043 NX Amsterdam, The Netherlands} \address[2]{Sayahna Foundations, JWRA 34, Jagathy, Trivandrum 695014, India} \address[3]{STM Document Engineering Pvt Ltd., Mepukada, Malayinkil, Trivandrum 695571, India}
效果
authors of same affiliations are grouped together and the relevant affiliation follows this group
%% 下面是不同机构作者分开写的格式 \title{This is a specimen title\tnoteref{t1,t2}} \tnotetext[t1]{This document is the results of the research project funded by the National Science Foundation.} \tnotetext[t2]{The second title footnote which is a longer text matter to fill through the whole text width and overflow into another line in the footnotes area of the first page.} \author{Jos Migchielsen\corref{cor1}% \fnref{fn1}} \ead{J.Migchielsen@elsevier.com} \address{Elsevier B.V., Radarweg 29, 1043 NX Amsterdam, The Netherlands} \author{CV Radhakrishnan\fnref{fn2}} \ead{cvr@sayahna.org} \address{Sayahna Foundations, JWRA 34, Jagathy, Trivandrum 695014, India} \author{CV Rajagopal\fnref{fn1,fn3}} \ead[url]{www.stmdocs.in} \address{STM Document Engineering Pvt Ltd., Mepukada, Malayinkil, Trivandrum 695571, India} \cortext[cor1]{Corresponding author} \fntext[fn1]{This is the first author footnote.} \fntext[fn2]{Another author footnote, this is a very long footnote and it should be a really long footnote. But this footnote is not yet sufficiently long enough to make two lines of footnote text.} \fntext[fn3]{Yet another author footnote.}
效果
不显示作者和机构和邮箱信息
To hide author name, affiliation, email address etc. for double blind refereeing purpose.
\documentclass[preprint,12pt,doubleblind]{elsarticle}
%\newpageafter{title}%标题后新起一页
%\newpageafter{author}
%\newpageafter{abstract}
\begin{enumerate}[1.] \item The enumerate environment starts with an optional argument ‘1.’, so that the item counter will be suffixed by a period. \item You can use ‘a)’ for alphabetical counter and ’(i)’ for roman counter. \begin{enumerate}[a)] \item Another level of list with alphabetical counter. \item One more item before we start another. \begin{enumerate}[(i)] \item This item has roman numeral counter. \item Another one before we close the third level. \end{enumerate} \item Third item in second level. \end{enumerate} \item All list items conclude with this step. \end{enumerate} \begin{enumerate}[Step 1.] \item This is the first step of the example list. \item Obviously this is the second step. \item The final step to wind up this example. \end{enumerate}
上图的negative space用于减小距离
The \quad and \qquad commands are often used to adjust aligned formulas or to add space before text in a math formula. The size of \quad (= 1 em) and \qquad (= 2 em) depends on the current font.
18 mu = 1 em
\mspace{3mu} adds a space that is 1/6 em long.
The \, and \! commands are the most useful for fine tuning math formulas,
一些示例
$\sin(x)/\!\log(x)$ \\ %用\!减小距离
$\sqrt{5}\,\text{side}$\\ % \,拉开距离
$\int_{0}^{\pi}\sin x dx=2$\\
$\int_{0}^{\pi}\sin x \, dx=2$\\
$f(1/\sqrt{n})$\\
$f(1/\sqrt{n}\,)$\\
$f: A \to B$\\
$f \colon A \to B$\\ %\colon的spacing效果比:好
$|-f(x)|$\\ %这样写的话,spacing不对
$\left|-f(x)\right|$\\ % 要用\left|和\right|
\[
\overset{\alpha}{a} \qquad
\underset{\boldsymbol{\cdot}}{X} \qquad
\overset{\alpha}{ a_{i} } \qquad
\overset{\alpha}{a}_{i}
\]
\[
A = \begin{pmatrix}
\phantom{-}1 & \phantom{-}3 & \phantom{-}1\\
\phantom{-}2 & \phantom{-}1 & \phantom{-}1\\
-2 & \phantom{-}2 & -1\\
\end{pmatrix}
\]
\begin{align*}
a + b + c & + d \phantom{ {}+e } = 0,\\
c & + d + e = 5.
\end{align*}
\\ 段内强制换行
\newpage 强制换页
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。