Re: Puntini indice…………………………

#5820
ev
Partecipante
    Up
    0
    Down
    ::

    Ho trovato solo come creare l’indice, non come modificarlo.

    Usi tocloft oppure `\makeatletter
    \renewcommand*\l@chapter[2]{%
    \ifnum \c@tocdepth >\m@ne
    \addpenalty{-\@highpenalty}%
    \vskip 1.0em \@plus\p@
    \setlength\@tempdima{1.5em}%
    \begingroup
    \parindent \z@ \rightskip \@pnumwidth
    \parfillskip -\@pnumwidth
    \leavevmode \bfseries
    \advance\leftskip\@tempdima
    \hskip -\leftskip
    {#1}\nobreak
    \bgroup\mdseries
    \leaders\hbox{$\m@th
    \mkern \@dotsep mu\hbox{.}\mkern \@dotsep
    mu$}\hfill
    \egroup
    \nobreak\hb@xt@\@pnumwidth{\hss #2}\par
    \penalty\@highpenalty
    \endgroup
    \fi}
    \makeatother`

    Go to top