Elsevier 投稿的论文模板cas版

模板说明

前一段时间跟着老师做科研,老师带我发sci论文,第一次去尝试投Elsevier期刊。我想只要是发学术文章的小伙伴们应该没有不知道Elsevier公司的吧!

Elsevier旗下有很多期刊,这次主要是分享投稿computers & education 方向的模板。

具体代码和生产效果

下面展示一些 内联代码片

‘’’
%% Template article for cas-sc documentclass for
%% single column output.

%\documentclass[a4paper,fleqn,longmktitle]{cas-sc}
\documentclass[a4paper,fleqn]{cas-sc}

%\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}
\tsc{EP}
\tsc{PMS}
\tsc{BEC}
\tsc{DE}
%%%

\begin{document}
\let\WriteBookmarks\relax
\def\floatpagepagefraction{1}
\def\textpagefraction{.001}
\shorttitle{Leveraging social media news}
\shortauthors{CV Radhakrishnan et~al.}
%\begin{frontmatter}

\title [mode = title]{This is a specimen a b a_b ab title}
\tnotemark[1,2]

\tnotetext[1]{This document is the results of the research
project funded by the National Science Foundation.}

\tnotetext[2]{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,3]{CV Radhakrishnan}[type=editor,
auid=000,bioid=1,
prefix=Sir,
role=Researcher,
orcid=0000-0001-7511-2910]
\cormark[1]
\fnmark[1]
\ead{[email protected]}
\ead[url]{www.cvr.cc, [email protected]}

\credit{Conceptualization of this study, Methodology, Software}

\address[1]{Elsevier B.V., Radarweg 29, 1043 NX Amsterdam, The Netherlands}

\author[2,4]{Han Theh Thanh}[style=chinese]

\author[2,3]{CV Rajagopal}[%
role=Co-ordinator,
suffix=Jr,
]
\fnmark[2]
\ead{[email protected]}
\ead[URL]{www.sayahna.org}

\credit{Data curation, Writing - Original draft preparation}

\address[2]{Sayahna Foundation, Jagathy, Trivandrum 695014, India}

\author%
[1,3]
{Rishi T.}
\cormark[2]
\fnmark[1,3]
\ead{[email protected]}
\ead[URL]{www.stmdocs.in}

\address[3]{STM Document Engineering Pvt Ltd., Mepukada,
Malayinkil, Trivandrum 695571, India}

\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.}
\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.}

\nonumnote{This note has no numbers. In this work we demonstrate a b a_b ab
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.
}

\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.
Each keyword shall be separated by a \verb+\sep+ command.
\end{abstract}

\begin{graphicalabstract}
\includegraphics{figs/grabs.pdf}
\end{graphicalabstract}

\begin{highlights}
\item Research highlights item 1
\item Research highlights item 2
\item Research highlights item 3
\end{highlights}

\begin{keywords}
quadrupole exciton \sep polariton \sep \WGM \sep \BEC
\end{keywords}

\maketitle

\section{Introduction}

The Elsevier cas-sc class is based on the
standard article class and supports almost all of the functionality of
that class. In addition, it features commands and options to format the
\begin{itemize} \item document style \item baselineskip \item front
matter \item keywords and MSC codes \item theorems, definitions and
proofs \item lables of enumerations \item citation style and labeling.
\end{itemize}
‘’’
Elsevier模板(1)

最后的效果如上,有一部分没有截图放出来,主要效果是这样的。因为第一次放代码,不是很熟悉如何放置代码,有需要的小伙伴可以私戳我,我给你发所需要的所有文件。

相关文章:

  • 2022-01-25
  • 2021-10-19
  • 2021-12-02
  • 2021-07-23
  • 2021-06-19
  • 2021-05-26
  • 2021-12-06
  • 2021-07-10
猜你喜欢
  • 2021-06-03
  • 2021-06-22
  • 2021-10-05
  • 2022-12-23
  • 2021-12-05
  • 2021-07-16
  • 2022-01-19
相关资源
相似解决方案