Re: la definizione di \maketitle è modificabile?

#74508
Up
0
Down
::


si si può, ecco un esempio di cosa ho fatto io, poi puoi provare a modificarlo a tuo piacere:

`\renewcommand{\maketitle}{\begingroup%
\drop = 0.1\textheight
\thispagestyle{titlingpage}
\centering
\vspace*{\drop}
\ifdefined\theauthor
{\large\itshape \theauthor}\\[2\baselineskip]
\fi
\ifdefined\thetitle
{\Huge \thetitle}\\[\baselineskip]
\fi
\vfill
%
\cleardoublepage
\endgroup}`

Go to top