Advertisement

Elsevier旗下期刊利用latex模板撰写论文记录

阅读量:

近期将进行的一项研究工作计划于Elsevier旗下KBS期刊进行投稿。该期刊官网提供单列式和双列式的LaTeX模版文件供作者下载使用,并可通过以下链接获取具体的下载地址:

https://www.ctan.org/tex-archive/macros/latex/contrib/els-cas-templates

为了便于多人共同修改论文内容,在使用Overleaf平台时可以选择其网站上提供elsevier cas-dc-template这一写作框架进行论文撰写。该模板内容较为复杂,并且官方提供了详细的参考文档供作者参考使用

该平台提供了关于Elsevier文章-CAS的相关详细信息。
该平台为用户提供了一个深入探讨Elsevier文章-CAS资源的专门空间。
在Elsevier文章-CAS这一页面中可以找到大量与Elsevier文章-CAS相关的详细资料。
该网页详细介绍了Elsevier文章-CAS这一主题的相关知识库。
有关Elsevier文章-CAS的具体信息可以在该平台上的详细资源库中找到。

文档记录:

​ latex 类确定 这里选择cas-dc是double column

复制代码
    \documentclass[a4paper,fleqn]{cas-dc}
    
    
      
    
    代码解读

题目部分:

该文档包含作者信息以及标题段中的abstract关键词。\titile标识符开始用于定义标题段的标记内容。\maketitle标识符结束则用于完成整个文档的标题格式设置。

复制代码
    \title[mode = title]{Leveraging social media news to predict stock index movement using RNN-boost}
    ...
    ...
    \maketitle
    
    
      
      
      
      
    
    代码解读

Title部分简单使用mode=title 添加论文题目

\title command have the below options:
mode参数包括:

  1. title: Document title
  2. alt: Alternate title
  3. sub: Sub title
  4. trans: Translated title
  5. transsub: Translated sub title
复制代码
    \title[mode=title]{This is a title}
    \title[mode=alt]{This is a alternate title}
    \title[mode=sub]{This is a sub title}
    \title[mode=trans]{This is a translated title}
    \title[mode=transsub]{This is a translated sub title}
    
    
      
      
      
      
      
    
    代码解读

Indicators in the title will be represented by star symbols (⋆).

Indicators in the title will be represented by star symbols (⋆).

复制代码
    \tnotemark[1]
    
    \tnotetext[1]{This document is the results of the research
      project funded by the National Science Foundation.}
    
    
      
      
      
      
    
    代码解读

作者部分:

在\author后的列表中使用数字与对应的地址关联,在名称后不需要添加选项,并特别注意填写**作者地址、通讯作者及其邮箱信息

复制代码
    \author[1,3]{Author Name}
    [type=editor,    
    auid=000,bioid=1,    
    prefix=Sir,    
    role=Researcher] # 
    
    \author{corresponding name} # 这样就会在通讯作者后面加一个cormark并在frontpage最下面表注
    \cormark[1]
    \cortext[cor1]{Corresponding author}
    \ead{abcd@163.com} # 就会在最下面添加名字对应的邮箱地址
    
    
      
      
      
      
      
      
      
      
      
      
    
    代码解读

就要在下面定义一些地址 序号互相对应

复制代码
    \address{University of Electronic Science and Technology of China}
    \address[2]{Sayahna Foundation, Jagathy, Trivandrum 695014, India}
    \address[3]{STM Document Engineering Pvt Ltd., Mepukada,   Malayinkil, Trivandrum 695571, India}
    
    
      
      
      
    
    代码解读

代码例子加截图:

复制代码
    \author{ABCD}[type=editor, # 第一个作者的信息
                        auid=000,bioid=1,
                        style=chinese,
                        % prefix=Sir,
                        role=Researcher]
                        % orcid=0000-0001-7511-2910]
    % \cormark[1] # corresponding author mark
    % \fnmark[1] # 这是footnote mark也先不用
    \ead{abcd@163.com} % 邮箱地址
    \credit{Conceptualization of this study, Methodology, Software} % 个人贡献,会在论文末尾总结
    \address{University of Electronic Science and Technology of China} % 第一个地址
    
    \author[2]{ABCD}[% 第二个作者
    %   role=Co-ordinator,
    %   suffix=Jr,
    \credit{Data curation, Writing - Original draft preparation}
    \address[2]{Sayahna Foundation, Jagathy, Trivandrum 695014, India}
    
    \author{C}
    \cormark[1]
    % \fnmark[1,3]
    \ead{rishi@stmdocs.in}
    \ead[URL]{www.stmdocs.in}
    \cortext[cor1]{Corresponding author}
    % \cortext[cor2]{Principal corresponding author}
    % \fntext[fn1]{This is the first author footnote. but is common to third
    %   author as well.}
    
    
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
    
    代码解读

具体展示内容:

在这里插入图片描述
在这里插入图片描述

摘要&关键字

复制代码
    \begin{abstract}
    This template helps you to create a properly formatted \LaTeX\ manuscript.
    
    \noindent\texttt{\textbackslash begin{abstract}} \dots 
    \texttt{\textbackslash end{abstract}} and
    \verb+\begin{keyword}+ \verb+...+ \verb+\end{keyword}+ 
    which contain the abstract and keywords respectively. 
    \noindent Each keyword shall be separated by a \verb+\sep+ command.
    \end{abstract}
    % 摘要部分注需要添加 \notindent去掉段首空格
    
    % 利用\sep进行换行
    \begin{keywords}
    Time-series Fault Diagnosis \sep
    LSTM \sep
    Deep metric Learning \sep
    Imbalanced classification
    \end{keywords}
    
    
    
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
    
    代码解读

正文部分:

撰写正文字体信息时可遵循与大部分LaTeX文档书写原则构建的方式进行操作。

摘要部分:

目前主要采用natbib库来进行文献引用管理,在导入过程中需将索引引用的文献全部整理为bibtex格式并统一存储起来,然后将其上传至Overleaf平台中,这样就可以方便地在文档中引用这些文献资料。

复制代码
    \usepackage[numbers]{natbib}
    
    
      
    
    代码解读

基于zotero与google协同使用的策略被广泛应用于文献管理。通过引用管理工具辅助实现文献的高效整理。格式如下

复制代码
    @ARTICLE{a2010,
      author  = {abcd},
      title   = {a},
      journal = {a.}, 
      volume  = {a},
      year    = {2010},
      pages   = {75-174}
    
    
    
      
      
      
      
      
      
      
      
    
    代码解读

待解决的问题:

采用natbib库完成文献索引工作后发现,在论文撰写过程中由于将文献按作者首字母顺序排列导致引用编号显得杂乱无章。鉴于此问题已存在一段时间并计划寻求改进方案,在未来发现更好的解决方案时将在适当时机补充说明

简单的总结:

本人尽管之前运用过LaTeX进行文章撰写经验尚浅,在初次接触Elsevier的期刊模板时仅做了一些初步记录。与正文相比期刊格式主要体现在front page部分,在写作过程中正文需要注意的地方相对较少。
大家在遇到问题时还是要参考一下期刊开头提供的官方指南。

全部评论 (0)

还没有任何评论哟~