Springer Book svmono의 저자 소속

Springer Book svmono의 저자 소속

저는 springer svmono클래스를 사용하여 책을 쓰고 있습니다. 그런데 클래스 파일에 다음과 같은 명령 삽입 코드가 있는데 작성자 소속을 삽입할 수 없습니다 \institute. 명령을 사용하면 \institute저자 이름, 책 제목 등을 제외하고 제목 페이지에 아무 것도 나타나지 않습니다. 뒷면에서 이 템플릿을 사용하고 있습니다.링크. 힌트가 있나요?

\newcounter{@inst}
\newcounter{@auth}
\newcounter{auco}
\newdimen\instindent
\newbox\authrun
\newtoks\authorrunning
\newtoks\tocauthor
\newbox\titrun
\newtoks\titlerunning
\newtoks\toctitle
\def\clearheadinfo{\gdef\@author{No Author Given}%
                   \gdef\@title{No Title Given}%
                   \gdef\@subtitle{}%
                   \gdef\@institute{}%
                   \gdef\@thanks{}%
                   \global\titlerunning={}\global\authorrunning={}%
                   \global\toctitle={}\global\tocauthor={}}
\def\institute#1{\gdef\@institute{#1}}
\def\guidetitle{\@ifstar\s@title\n@title}
\def\s@title#1{\gdef\@title{#1}\ds@numart}
\def\n@title#1{\gdef\@title{#1}\ds@book}
\def\institutename
 {\begingroup
 \if!\@institute!\else
 \def\thanks##1{\unskip{}}%
 \def\iand{\\[5pt]\let\and=\nand}%
 \def\nand{\ifhmode\unskip\nobreak\fi\ $\cdot$ }%
 \let\and=\nand
 \def\at{\\\let\and=\iand}%
 \footnotetext[0]{\kern-\bibindent
 \ignorespaces\@institute}\vspace{5dd}\fi
 \endgroup
 }%

관련 정보