
저는 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를 클릭하세요.