我想知道如何在标题页中以 elsevier 的两栏格式创建相应的作者脚注,因为我知道我使用了该期刊建议的 elsevier 模板。我使用 shareLatex。我使用以下代码:
\documentclass[3p,times]{elsarticle}
\begin{document}
\begin{sloppypar}
%% if i put \begin{frontmatter} here I will not get the one column abstract and two column introduction at the same page
\title{distributed systems}
\author{coco coco\corref{cor1}\fnref{1}}
\ead{[email protected]}
\author{momo momo\corref{cor1}\fnref{2}}
\ead{[email protected]}
\cortext[cor1]{Corresponding author}
\address[1]{university 1}
\address[2]{university 2}
\twocolumn[
\begin{@twocolumnfalse} \begin{frontmatter}
\begin{abstract}
distributed systems distributed systems distributed systems distributed systems distributed systems distributed systems distributed systems distributed systems distributed systems.
\end{abstract}
\begin{keyword}
distributed systems.
\end{keyword}
\end{frontmatter}
\vspace*{7mm}
\end{@twocolumnfalse}
]
我想要得到如图所示的标题页:
答案1
您能否尝试一下:
\documentclass[final,5p,times]{elsarticle}
并且您不需要修改模板:
\twocolumn[
\begin{@twocolumnfalse} \begin{frontmatter}
我刚刚查看了http://mirrors.ibiblio.org/CTAN/macros/latex/contrib/elsarticle/doc/elsdoc.pdf并且根据文档(第 2 页),5p 始终是两列样式。
答案2
您的 tex 代码看起来不错。我建议使用文章模板。
\documentclass[two-column,final]{elsarticle}
如果您使用two-column
和final
选项,您应该会得到您想要的布局。
该模板例如包含在 Debian 或 Ubuntu 的 texlive-publishers 包中,也可以从以下网址下载CTAN 上的其他文章