Re: nascondere la scritta “capitolo”

#13171
OldClaudio
Partecipante
    Up
    0
    Down
    ::


    La risposta ti è già stata data con la scrittura del codice

    `\makeatletter
    \def\@makechapterhead#1{%
    \vspace*{50\p@}%
    {\parindent \z@ \raggedright
    \normalfont
    \interlinepenalty\@M
    \Huge \bfseries\thechapter\space #1\par\nobreak
    \vskip 40\p@
    }}
    \makeatother
    `
    Se non vuoi il numero del capitolo togli \thechapter\space

    Go to top