Re: interlinea

#20814
DMW
    Up
    0
    Down
    ::


    Per le note prova così (nel preambolo)
    `
    \makeatletter
    \long\def\@footnotetext#1{\insert\footins{%
    \reset@font\footnotesize\@footspacing
    \interlinepenalty\interfootnotelinepenalty
    \splittopskip\footnotesep
    \splitmaxdepth \dp\strutbox \floatingpenalty \@MM
    \hsize\columnwidth \@parboxrestore
    \protected@edef\@currentlabel{%
    \csname p@footnote\endcsname\@thefnmark
    }%
    \color@begingroup
    \@makefntext{%
    \rule\z@\footnotesep\ignorespaces#1\@finalstrut\strutbox}%
    \color@endgroup}}%
    \def\@footspacing{\onehalfspacing}
    \makeatother`

    L’interlinea è data da
    `\def\@footspacing{\onehalfspacing}`

    che è pari a \onehalfspacing. Di’ se ti va bene.

    Ciao

    Andrea

    Go to top