page-not.mkxl /size: 953 b    last modification: 2023-12-21 09:44
1%D \module
2%D   [       file=page-nnt,
3%D        version=2002.04.16,
4%D          title=\CONTEXT\ Page Macros,
5%D       subtitle=Footnotes,
6%D         author=Hans Hagen,
7%D           date=\currentdate,
8%D      copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
9%C
10%C This module is part of the \CONTEXT\ macro||package and is
11%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
12%C details.
13
14\writestatus{loading}{ConTeXt Page Macros / Footnotes}
15
16%D We've moved some footnote handling to a separate page module. The macros below
17%D are used in the single and multi column page handlers and permit mixed usage of
18%D column and page notes.
19
20\unprotect
21
22\newdimension\totalinsertionheight
23
24\permanent\protected\def\settotalinsertionheight
25  {\calculatetotalnoteheight
26   \totalinsertionheight\dimexpr
27     \totalnoteheight
28    +\page_insert_insertion_height\s!topfloat
29    +\page_insert_insertion_height\s!bottomfloat
30   \relax}
31
32\protect \endinput
33