Here it is. This is the smalest part of my work wich seems to give such effect.
write into the preamble:
\usepackage[bottom]{footmisc}
\let\myFN\footnote
\renewcommand*\footnote[1]{%
\begingroup
\setstretch{1}%
\myFN{#1}
\endgroup
}Herbert
Here it is. This is the smalest part of my work wich seems to give such effect.
\usepackage[bottom]{footmisc}
\let\myFN\footnote
\renewcommand*\footnote[1]{%
\begingroup
\setstretch{1}%
\myFN{#1}
\endgroup
}