17 Gennaio 2008 alle 12:43
#20814
::
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