[EMAIL PROTECTED] wrote: > 2. Increase the foot-note distance from > the body text? (it is too close to the > body area)
You can try something like:
\renewcommand\footnoterule{%
% distance body -- footnoterule
[EMAIL PROTECTED]@width1.5cm%
[EMAIL PROTECTED]
% distance footnoterule -- footnotes
\vspace{0.2em}
}%
or use the package footmisc, which is well documented.
Jürgen
