Re: Frontmatter con più capitoli

#62490
Doc
Partecipante
    Up
    0
    Down
    ::


    Carissimi, sto impazzendo!
    Sto cercando di abbassare il livello dei capitoli. È il sistema più invasivo, ma, in fin dei conti, più pulito!
    Il problema è che non riesco ad ottenere la numerazione dei subsubsections!!!!
    Ecco il mio titlesec:
    `\usepackage{titlesec,itnumpar}
    \titleformat{\chapter}
    {\centering}%format
    {}%label
    {00pt}%sep
    {\large\MakeUppercase}%before
    \titleformat{\section}
    {\centering}
    {}
    {00pt}
    {\large\MakeUppercase}
    \titleformat{\subsection}
    {\itshape}
    {\normalfont\thesubsection.}
    {.5em}
    {}
    \titleformat{\subsubsection}
    {\itshape}
    {\normalfont\thesubsubsection.}
    {.5em}
    {}
    \renewcommand{\thesection}{\arabic{section}}
    \renewcommand{\thesubsection}{\thesection.\arabic{subsection}}
    \renewcommand{\thesubsubsection}{\thesection.\thesubsection.\arabic{subsubsection}}
    \titlespacing*{\chapter}{0pt}{50pt}{40pt} %default chapter spacing
    \titlespacing*{\section}{0pt}{50pt}{40pt}
    \titlespacing*{\subsection}{0pt}{30pt}{10pt}
    \titlespacing*{\subsubsection}{0pt}{30pt}{10pt}`

    Sarà il caldo, sarà il nervosismo, ma non riesco proprio a vedere dove sbaglio! 😡 😕

    Go to top