根据给出的答案这里关于如何生成学术摘要,我正在使用ifacconf
类(国际会计师联合会)。
您可以查看此类的 PDF 示例这里(完整包可以下载这里),下面我展示了第一页的打印件:
请注意,作者之间没有分隔符,没有逗号,没有\&
,什么都没有。就我个人而言,我认为这不太好。
所以问题是:我如何添加逗号或and
其他符号来分隔作者?
MWE 取自上述答案:
\documentclass{ifacconf}
\usepackage{natbib}
\begin{document}
\begin{frontmatter}
\title{Analysis of very important things\thanksref{footnoteinfo}}
\thanks[footnoteinfo]{The author acknowledges the difficulty of publishing results}
\author[First]{Name1}
\author{Name2}
\author{Name3}
\address[First]{Return to sender (e-mail: {[email protected]} )}
\begin{abstract}
A result that does not use the ``novel" word in its abstract.
\end{abstract}
\end{frontmatter}
\end{document}