Page LayoutMore space for footnotes (memoir)

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
bakalamaka
Posts: 3
Joined: Sun May 17, 2009 10:45 pm

More space for footnotes (memoir)

Post by bakalamaka »

Hi everyone,

I am having a small issue with my footnotes. The space LaTeX reserves for them at the bottom of the page is rather small, and the footnotes get split into multiple pages after two lines of text. I would like to reserve more space for the footnotes. Ideally, the footnote area should flexibly "grow" to accommodate at least N lines of text. Unfortunately, no solutions I could find via google did work for me (\interfootnotelinepenalty does not). I am using the memoir class — I could not find an appropriate parameter in the manual neither.

Thanks!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

More space for footnotes (memoir)

Post by localghost »

I personally can't comprehend that problem.

Code: Select all

\documentclass[11pt,a4paper,english]{memoir}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{babel}
\usepackage{blindtext}

\parindent0em

\begin{document}
  \blindtext\footnote{\blindtext}

  \medskip
  \blindtext[5]
\end{document}
A you can see, this example works flawlessly.


Best regards and welcome to the board
Thorsten
bakalamaka
Posts: 3
Joined: Sun May 17, 2009 10:45 pm

Re: More space for footnotes (memoir)

Post by bakalamaka »

Thank you for the example! Very interesting... my footnote contained some citations and a bit of math... I completely deleted it and rewrote it anew, with a slightly different wording. Now it works :geek:
Post Reply