投稿 Elsevier 论文的时候需要提交一个单独的 highlights 文档,在论文的 Latex 模板里其实有一个地方可以生成 highlights,但是最后得到的 PDF 并不是一个单独的文档,而是和论文正文连在一起的。所以我自己 DIY 了一个 highlights 模板,最后的效果和模板里给的基本上一模一样,如下图所示:
Latex 模板如下:
\documentclass[3p,preprint,review,12pt]{elsarticle}
\begin{document}
\noindent{\Large Highlights}
\vspace{0.5\baselineskip}
\noindent\textbf{From guided to self-regulated performance of domain-general skills: The role of peer monitoring during the fading of instructional scripts}
\vspace{0.5\baselineskip}
\noindent Christof Wecker, Frank Fischer
\begin{itemize}
\item Fading of a script alone does not foster domain-general strategy knowledge
\item Performance of the strategy declines during the fading of a script
\item Monitoring by a peer keeps performance of the strategy up during script fading
\item Performance of a strategy after fading fosters domain-general strategy knowledge
\item Fading and monitoring by a peer combined foster domain-general strategy knowledge
\end{itemize}
\end{document}
如果想使用原文中的 highlights 模板,直接在论文正文中加入这个即可:
\begin{highlights}
\item Research highlight 1
\item Research highlight 2
\end{highlights}