Re: toglere “capitolo”, spaziatura del titolo e header

#1146
Up
0
Down
::

Io vorrei che nella class report invece che “Capitolo \thechapter” venisse scritto “Pippo \thachapter”.

Come potrei fare?

Subito prima di \begin{document}:

`\makeatletter
\renewcommand\@chapapp{Pippo}
\makeatother`

Ciao.

Go to top