Skip to content

Commit 4aa55de

Browse files
authored
[layout] Place footnotes at the bottom of the page. (#1830)
This uses a feature introduced by memoir 3.7e, '\feetatbottom', which makes footnotes appear at the bottom of the page, rather than immediately following the main text.
1 parent 5b5d225 commit 4aa55de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/layout.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
%% even if \raggedbottom (default) is in effect.
2525
\addtolength{\topskip}{0pt plus 20pt}
2626

27+
%%--------------------------------------------------
28+
%% Place footnotes at the bottom of the page, rather
29+
%% than immediately following the main text.
30+
\feetatbottom
31+
2732
%%--------------------------------------------------
2833
%% Paragraph and bullet numbering
2934

0 commit comments

Comments
 (0)