我正在尝试列出具有多个从属关系的作者以提交文章。我在 Google 上搜索了一下,发现了一个authblk
非常酷的软件包。不幸的是,它拒绝处理会议指定的 LaTeX 文件:
有没有解决办法,可以列出单个作者的多个隶属关系,而无需任何额外的软件包?如能提供帮助,我将不胜感激。
答案1
在提供的 .sty 中,您可以阅读使用该\author
命令的说明。它只是一个表格环境。因此,这可能是一种应对多个机构的方法,例如:
\author{Author 1\\
XYZ Company\\
111 Anywhere Street\\
Mytown, NY 10000, USA\\
{\tt [email protected]}\\[3pt] % add vspace for next institution
ABC Company\\ % next institution
234 Street\\
Other City, XX 00000, CT\\
{\tt [email protected]}\\
\And
Author 2\\
ABC University\\
900 Main Street\\
Ourcity, PQ, Canada A1A 1T2\\
{\tt [email protected]}}