I want to change the distance between the bottom of the text and footnotes (more precisely the line before the footnotes) . I have seen commands like footskip with setlength but it doesn't make what I want...
I'm sorry for my English which can maybe explain why I don't find a solution..
Thank you for your helping me!
Eric
Page Layout ⇒ distance between bottom text and footnotes
-
- Posts: 1
- Joined: Mon Aug 20, 2012 10:00 pm
NEW: TikZ book now 40% off at Amazon.com for a short time.

distance between bottom text and footnotes
Hi mahavishnu,
Welcome to the LaTeX-Community!
The space between textbody and footnoterule is controlled by the skip
Welcome to the LaTeX-Community!
The space between textbody and footnoterule is controlled by the skip
\footins
:Code: Select all
\documentclass{article}
\usepackage{lipsum}% dummy text
\addtolength{\skip\footins}{20pt}
\begin{document}
\lipsum[1]
A text with a footnote\footnote{Some footnote} \lipsum
\end{document}
site moderator & package author