未定義的控制序列\研究所

未定義的控制序列\研究所

我是 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 範本 -> 貢獻的書籍。在下載的資料夾中,請點選author.tex

相關內容