未定义控制序列 \institute

未定义控制序列 \institute

我是 LaTeX 新手,我正在使用 Springer 提供的模板。我正在运行他们的默认模板,称为,author.tex并收到一条错误消息,提示\institute未定义控制序列。我以前从未使用过 Latex,我需要遵循这个模板。我已在下面附加相关代码。

\begin{document}
\title*{Contribution Title}
% Use \titlerunning{Short Title} for an abbreviated version of
% your contribution title if the original one is too long
\author{Name of First Author and Name of Second Author}
% Use \authorrunning{Short Title} for an abbreviated version of
% your contribution title if the original one is too long
\institute{Name of First Author \at Name, Address of Institute, \email{[email protected]}
\and Name of Second Author \at Name, Address of Institute \email{[email protected]}}
%
% Use the package "url.sty" to avoid
% problems with special characters
% used in your e-mail or web address
%
\maketitle
\end{document}

所有必需的包都已包含在模板的默认实现中。我没有对源代码进行任何更改,但它却无法编译并出现上述错误。如果有相关经验的人可以帮助我调试问题,那就太好了。

编辑:完整模板的链接如下。

https://www.springer.com/de/authors-editors/book-authors-editors/manuscript-preparation/5636

在此链接中,请点击 Latex Template -> Contributed Books。在下载的文件夹中,请点击 author.tex

相关内容