
私は 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テンプレート -> Contributed Booksをクリックしてください。ダウンロードしたフォルダ内で、author.texをクリックしてください。