Re: Titlesec: titolo capitolo personalizzato con numerazione

#92714
samiel
Partecipante
    Up
    0
    Down
    ::


    Puoi farlo con titletoc lavorando ulteriorment eil tuo codice,
    oppure aggiungere nel preambolo una cosa del genere
    (poi modifica come vuoi lo stile)
    `\makeatletter
    \def\@makechapterhead#1{%
    \vspace*{50\p@}%
    {\parindent \z@ \raggedright \normalfont
    \ifnum \c@secnumdepth >\m@ne
    \if@mainmatter
    %\huge\bfseries \@chapapp\space \thechapter
    \Huge\bfseries \thechapter.\space%
    %\par\nobreak
    %\vskip 20\p@
    \fi
    \fi
    \interlinepenalty\@M
    \Huge \bfseries #1\par\nobreak
    \vskip 40\p@
    }}
    \makeatother`
    Ma la tua tesi è in inglese?

    m

    Go to top