
Estoy escribiendo un libro usando Springer svmono
Class. Sin embargo, no puedo insertar la afiliación del autor aunque el archivo de clase tiene el siguiente código para insertar \institute
el comando. Sobre el uso del\institute
comando, no aparece nada en la página de título excepto el nombre del autor, el título del libro, etc. Estoy usando esta plantilla del dorso.enlace. ¿Alguna pista?
\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
}%