Elsevier(爱思唯尔)期刊—Latex模板下载、使用、投稿过程

本文介绍了如何从Elsevier获取并使用LaTeX模板,包括通用模板elsarticle和复杂版式模板els-cas-templates的下载,以及如何在LaTeX中编辑和去除特定元素如页眉的shorttitle、preprint和ORCID。还提供了投稿过程的参考资源和常见问题解决方案。

目录

一、Elsevier期刊-Latex模板下载

1. Elsevier 通用latex模板下载:【elsarticle.zip】

2. Elsevier 复杂版式latex模板下载:【els-cas-templates.zip】,有单栏和双栏版本

二、Elsevier期刊-Latex模板使用

1. 通用模板【elsarticle.zip】使用说明

2. 复杂版式模板【els-cas-templates.zip】使用说明

3. 自己使用的【复杂版式latex双栏模板】github下载链接、以及Overleaf效果:

参考博客:

三、Elsevier期刊-投稿系统Latex模板投稿过程

四、其他问题

1. Elsevier期刊模板:如何去掉页眉中的short title of this article?

2. Elsevier期刊模板:如何去掉preprint submitted to elsevier?

3. Elsevier期刊模板:如何去掉页面下方的ORCID(s)?


太长不看版:

一、Elsevier期刊-Latex模板下载

官方指南:LaTeX instructions for authors| Elsevier

1. Elsevier 通用latex模板下载:【elsarticle.zip】

https://assets.ctfassets.net/o78em1y1w4i4/4MpsJHO0MOJ2xZuwGTAbOZ/7bc64af36477c5d6cfce335a1f872363/elsarticle.zip

2. Elsevier 复杂版式latex模板下载:【els-cas-templates.zip】,有单栏和双栏版本

https://assets.ctfassets.net/o78em1y1w4i4/1ieHcgxVZAMbc93IbD31Cz/4ddde8f010535f4b73ea444790d92eae/els-cas-templates.zip

二、Elsevier期刊-Latex模板使用

1. 通用模板【elsarticle.zip】使用说明

下载好的【elsarticle.zip】包含以下文件:

主要的 .tex 文件有 3 个:

  • elsarticle-template-harv.tex
  • elsarticle-template-num.tex
  • elsarticle-template-num-names.tex

3 个.tex文件基本完全一样,唯一的区别是参考文献的排版格式,分别对应三个不同的 .bst 文件:

  • elsarticle-harv.bst:bibliographic style for author-year citation(显示作者-年份)
  • elsarticle-num.bst:bibliographic style for numbered citation(显示序号)
  • elsarticle-num-names.bst:bibliographic style for numbered citation + new natbib options(显示序号+新选项)

2. 复杂版式模板【els-cas-templates.zip】使用说明

下载好的【els-cas-templates.zip】包含以下文件:

  • cas-sc-template.tex:单栏 tex 模板,对应 cas-sc.cls 类文件
  • cas-dc-template.tex:双栏 tex 模板,对应 cas-dc.cls 类文件

注:官网上下载的latex模板压缩包,直接编译会报错,需要修改一些东西。。。。具体使用可参考以下CSDN博客,里面讲的很详细,有给出已经改好的可直接编译的latex压缩包!【通用latex模板】、【复杂版式latex模板】都有,导入到overleaf中即可正常编译使用!

3. 自己使用的【复杂版式latex双栏模板】github下载链接、以及Overleaf效果:

1)复杂版式Latex双栏模板【els-cas-templates.zip】,无报错可直接编译:

 2)以上下载链接里的【els-cas-templates.zip】压缩包,基于Elsevier官网的Latex模板(els-cas-templates.zip)进行了修改。主要是删除了一些不需要的文件,并对 cas-dc-template.tex 文件进行了一些修改。

修改后的cas-dc-template.tex文件内容(非常简易版):

\documentclass[a4paper,fleqn]{cas-dc}
%\documentclass[a4paper,fleqn,longmktitle]{cas-dc}
\usepackage[numbers]{natbib}
%\usepackage[authoryear]{natbib}
%\usepackage[authoryear,longnamesfirst]{natbib}

%%%Author macros
\def\tsc#1{\csdef{#1}{\textsc{\lowercase{#1}}\xspace}}
\tsc{WGM}
\tsc{QE}
%%%

\begin{document}
\let\WriteBookmarks\relax
\def\floatpagepagefraction{1}
\def\textpagefraction{.001}
\let\printorcid\relax % 可去掉页面下方的ORCID(s)

% Short title
% \shorttitle{<short title of the paper for running head>} 
\shorttitle{}    

% Short author
% \shortauthors{<short author list for running head>}
\shortauthors{Ming Xiao et al.}

% Main title of the paper 论文标题
\title[mode = title]{This is the title of the paper}  

%作者信息
\author[1]{Ming Xiao}
\author[1]{San Zhang}
\author[2]{Si Li}
\author[2]{Ming Da}
\cormark[1]

\address[1]{xxx Laboratory, xxx University, Changsha 410073, China} %声明第一单位
\address[2]{xxx Laboratory, xxx University, Changsha 410073, China} %声明第二单位
\cortext[1]{Corresponding author}  %声明通讯作者


% Here goes the abstract
\begin{abstract}
In this work we demonstrate $a_b$ the formation Y\_1 of a new type of polariton on the interface between a cuprous oxide slab and a polystyrene micro-sphere placed on the slab. The evanescent field of the resonant whispering gallery mode of the micro sphere has a substantial gradient, and therefore effectively couples with the quadrupole $1^S$ excitons in cuprous oxide. This evanescent polariton has a long life-time, which is determined only by its excitonic and component. The polariton lower branch has a well pronounced minimum. This suggests that this excitation is localized and can be utilized for possible. The spatial coherence of the polariton can be improved by assembling the micro-spheres into a linear chain.
\end{abstract}


% Keywords
% Each keyword is seperated by \sep
\begin{keywords}
keyword-1 \sep 
keyword-2 \sep 
keyword-3
\end{keywords}

\maketitle

% Main text
\section{Section-1}

Text of section-1 \cite{Fortunato2010}.

\section{Section-2}

Text of section-2 \cite{NewmanGirvan2004}.

\section{Section-3}

Text of section-3 \cite{Vehlowetal2013}.



%% Loading bibliography style file
%\bibliographystyle{model1-num-names}
\bibliographystyle{cas-model2-names}

% Loading bibliography database
\bibliography{cas-refs}

% Biography
% \bio{}
% % Here goes the biography details.
% \endbio

% \bio{pic1}
% % Here goes the biography details.
% \endbio

\end{document}

3)Overleaf运行效果:

参考博客:

1)Elsevier(爱思唯尔)LaTex 模板详细说明_爱思唯尔latex模板-CSDN博客

 具体latex使用说明,可参考CSDN博客 Elsevier(爱思唯尔)LaTex 模板详细说明,其中有关题目、作者信息、参考文献的修改,都有提到。可以直接使用作者给出的已经调好的可以直接编译的latex模板(【通用latex模板】、【复杂版式latex模板】都有),一般会使用复杂版式的双栏模板,把下载好可直接编译的latex压缩包导入overleaf,即可成功编译使用!!!

2)如何正确使用Elsevier的LaTeX模板 - 知乎 (里面有详细讲解作者信息的修改~)

三、Elsevier期刊-投稿系统Latex模板投稿过程

参考以下b站视频,讲的很详细:

爱斯维尔Elsevier如何使用Latex进行投稿_哔哩哔哩_bilibili

四、其他问题

以下问题适用于:采用复杂版式模板【els-cas-templates.zip】中的cas-dc-template.tex文件(双栏 tex 模板)。

1. Elsevier期刊模板:如何去掉页眉中的short title of this article?

问题:如何去掉页眉中的short title of this article?

解决:在【cas-dc-template.tex文件】正文中,找到\shorttitle,把花括号里的内容<short title of the paper for running head>删除即可!注意这里是把里面的内容删除,而不是注释整行代码,然后就可以了。

% \shorttitle{<short title of the paper for running head>} 
\shorttitle{}    

2. Elsevier期刊模板:如何去掉preprint submitted to elsevier?

问题:如何去掉preprint submitted to elsevier?

解决:参照别人的解决方法,找到【cas-common.sty文件】中的\cs_new:Npn __first_footerline(直接搜索),去掉对应的内容即可。(不过网上说没有必要去掉这个,最初投稿的时候,这个"preprint to submitted to elsevier"和旁边的"Page 1 of 1",留着也行!所以还是别浪费时间去删掉它了,留着吧~)

####### 原来的:
\cs_new:Npn \__first_footerline:
{
  \group_begin:
  \small
  \sffamily
  \ifnum\theblind>0\relax
  \else 
	\__short_authors: :~
  \fi
  { \rmfamily \itshape Preprint~ submitted ~to ~Elsevier }
  \group_end:
}
###### 改为:
\cs_new:Npn \__first_footerline:
{
  \group_begin:
  \small
  \sffamily
  \ifnum\theblind>0\relax
  \else 
	\__short_authors: 
  \fi
  { \rmfamily \itshape  }
  \group_end:
}

在overleaf上看一下效果:(preprint submitted to elsevier确实没啦!

3. Elsevier期刊模板:如何去掉页面下方的ORCID(s)?

在\begin{document}下面加上\let\printorcid\relax,如下:

\begin{document}
\let\WriteBookmarks\relax
\def\floatpagepagefraction{1}
\def\textpagefraction{.001}
\let\printorcid\relax  %可去掉页面下方的ORCID(s)

参考:

LATEX取消页眉中的short title of this article_short title of the article-CSDN博客

 Elsevier期刊Latex模板注意事项总结_爱思唯尔格式latex-CSDN博客

elsarticle.cls 中如何去掉日期和预发表杂志名_preprint submitted to elsevier-CSDN博客

好的,以下是为您整理的Elsevier LaTeX投稿全流程避坑指南,涵盖了从模板准备到成功提交的关键步骤和常见问题解决方案。 ### **一、投稿前准备:材料与模板** 在进入投稿系统前,需要准备好所有必需文件。除了论文主体(`.tex`、图表等),还需准备以下辅助材料,通常为 `.docx` 格式,无需写入 `.tex` 源文件中 [ref_1]。 | 文件名称 | 说明与避坑要点 | 来源/工具 | | :--- | :--- | :--- | | **Author Agreement** | 所有作者签名的知情同意文件。需将模板中的 `<journal name>` 替换为目标期刊全称,签名建议手写 [ref_1]。 | 模板库(如 GitHub) | | **Cover Letter** | 致编辑的信。需包含:编辑姓名(期刊主页查找)、文章标题、工作简介(可从摘要改写)、通信作者信息及签名 [ref_1]。 | 自行撰写 | | **Credit Author Statement** | 作者贡献声明。需按照 CRediT 分类(如 Conceptualization, Writing - review & editing)明确各作者贡献 [ref_1]。 | 参考 [Elsevier CRediT](https://www.elsevier.com/authors/policies-and-guidelines/credit-author-statement) | | **Declaration of Interest** | 利益冲突声明。**强烈推荐使用在线工具生成**:访问 [Elsevier Declaration Tool](https://declarations.elsevier.com/),若无冲突直接点击 “I have nothing to declare” 下载文件,可确保格式规范 [ref_1]。 | 在线工具生成 | | **Highlights** | 研究亮点。3-5条要点式陈述,需简洁有力,突出创新性 [ref_1]。 | 自行撰写 | **模板获取**:可在 GitHub 等平台搜索 “elsevier-submission” 获取上述文件的通用模板 [ref_1]。 ### **二、LaTeX 模板选择与核心配置** 正确选择和使用模板是避免排版错误的基础。 1. **模板选择**:Elsevier 官方最常用的模板是 **`elsarticle`**。务必从 [CTAN](https://www.ctan.org/tex-archive/macros/latex/contrib/elsarticle)期刊作者指南页面下载最新版 [ref_1][ref_2]。 2. **生成 `.cls` 文件**:下载模板包中通常包含 `elsarticle.ins` 文件。**必须**在本地命令行执行 `latex elsarticle.ins` 来生成关键的 `elsarticle.cls` 文件,否则投稿系统编译会报错 `File 'elsarticle.cls' not found` [ref_1]。 3. **文档类设置**:在 `.tex` 文件开头,根据期刊要求选择正确的文档类选项。例如: ```latex % 通常选择 preprint 或 review 进行投稿 \documentclass[preprint, 12pt, 3p]{elsarticle} % 3p表示3栏,5p表示5栏,依期刊要求而定 ``` 4. **参考文献格式**:参考文献样式(`.bst` 文件)需与期刊要求一致。在文档末尾使用 `\bibliographystyle{model1-num-names}` 指定样式,并用 `\bibliography{your-bib-file}` 引入 `.bib` 文件 [ref_5]。务必在最终提交前检查引文格式是否正确。 ### **三、投稿系统(Editorial Manager)全流程详解** #### **步骤1:文件上传(Attach Files)** 这是最容易出错的环节。**文件类型必须正确指定** [ref_3]。 | 文件类型 | 应选择的系统分类 | 说明与避坑要点 | | :--- | :--- | :--- | | Author Agreement, Cover Letter 等 | 对应的带*号分类(如 *Cover Letter) | 按系统要求逐一上传。 | | 论文主文件 (.tex)、.bib、.cls、.sty、.bst | ***Manuscript** | **所有LaTeX支持文件(.cls, .sty, .bst)都必须作为 *Manuscript 上传**,不能遗漏 [ref_1][ref_6]。 | | 所有图片文件 (.pdf, .eps, .png, .jpg) | **Figure(s)** | 与文本文件分开上传。系统对图片格式有要求,优先使用矢量图 `.eps` 或 `.pdf`。 | | 补充材料 (如有) | **Supplementary Material** | 额外的数据、代码等应归于此 [ref_3]。 | **上传顺序建议**:虽然系统允许拖动排序,但按以下逻辑顺序上传可减少编译错误: 1. 辅助材料(如Cover Letter)。 2. 主 `.tex` 文件。 3. 其他LaTeX支持文件(.cls, .sty, .bst)。 4. `.bib` 参考文献文件。 5. 所有图片文件(Figure(s))[ref_1]。 **重要提醒**:**切勿上传**本地编译生成的 `.pdf`, `.aux`, `.log`, `.out` 等中间文件,只需上传源文件 [ref_1]。 #### **步骤2:填写附加信息(Additional Information)** 需谨慎回答以下几个关键问题: * **数据可用性声明 (Data Availability)**:根据实际情况选择。若使用公开数据集,可选择 “Other” 并填写 `The data used in this study are publicly available.` [ref_1]。此声明将出现在发表论文中。 * **预印本 (Preprint)**:若文章已上传至 arXiv,选择 “Yes” 并提供链接。 * **查重率 (Similarity Check)**:确认文稿重复率低于期刊要求(通常<25%或30%),并填写确认语句 [ref_1]。 * **基金声明 (Funding)**:准确填写资助基金信息,这关系到出版后的署名 [ref_3]。 #### **步骤3:生成并核准PDF(Build PDF for Approval)** 1. 点击 `Build PDF for Approval`,系统将在线编译 LaTeX 源文件。 2. 状态变为 `Needs Approval` 后,**务必下载生成的PDF进行仔细检查**: * **排版是否完整**:有无乱码、公式错误、图片缺失。 * **内容是否正确**:作者、单位、摘要等元数据是否与提交信息一致。 3. **这是最后一次修改机会**。如果PDF有误,点击 `Edit Submission` 返回修改(通常是文件缺失或类型错误)。如果无误,勾选 `Accept Ethics in Publishing` 并点击 `Approve Submission` 正式提交 [ref_1]。 ### **四、常见编译错误与解决方案** 以下问题多在系统生成PDF环节出现。 | 错误信息 | 可能原因 | 解决方案 | | :--- | :--- | :--- | | `! LaTeX Error: File ‘article.cls’ not found.` | 未上传或未正确生成 `elsarticle.cls` 文件。 | 确保已按前文所述,从 `elsarticle.ins` 生成了 `.cls` 文件,并作为 *Manuscript 上传 [ref_1]。 | | `! LaTeX Error: File ‘xxx.sty’ not found.` | 缺少必要的LaTeX宏包。 | 检查本地编译是否正常。将缺失的 `.sty` 文件(如 `graphicx.sty`, `algorithm.sty` 等)一同作为 *Manuscript 上传。注意,过于冷门或系统未预装的宏包可能导致编译失败,应尽量避免使用 [ref_6]。 | | `Loading ‘expl3.sty’ aborted!` | LaTeX 内核文件不匹配。 | 此错误通常由模板版本过旧引起。请务必使用从官方渠道下载的最新版 `elsarticle` 模板 [ref_1]。 | | 图片无法显示或路径错误 | LaTeX代码中使用本地绝对路径或错误文件名。 | 在 `.tex` 文件中,使用 `\includegraphics{fig1}` 而非 `\includegraphics{C:/.../fig1.png}`。确保图片文件名与代码引用一致,且已全部作为 Figure(s) 上传 [ref_6]。 | | 生成PDF为 .log 文件 | LaTeX 编译存在致命错误,未能生成PDF。 | 下载 .log 文件查看具体报错信息,根据错误提示修改 `.tex` 源文件 [ref_6]。 | ### **五、投稿后状态跟踪与修回** * **状态流程**:`Submitted to Journal` -> `With Editor` -> `Under Review` -> `Required Reviews Completed` -> `Decision in Process` -> (`Revision Submitted to Journal`) -> `Final Decision` [ref_1]。 * **修回 (Revision)**:如需修改,在系统中选择 `Submit Revision`。**修回时,通常需要同时提交**: 1. 修改后的稿件源文件(标记更改处)。 2. 针对审稿意见的逐点回复信(Response Letter)。 3. 如有必要,更新后的辅助材料 [ref_1]。 遵循以上指南,能系统性地规避从材料准备到最终提交过程中的常见陷阱,确保投稿流程顺畅。核心在于:**材料齐全、模板规范、文件归类正确、提交前彻底检查系统生成的PDF**。
评论 57
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

weixin_39450145

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值