summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/page-not.mkxl
blob: 82523cc66a3ed2acc01dd2729689da7054691f71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
%D \module
%D   [       file=page-nnt,
%D        version=2002.04.16,
%D          title=\CONTEXT\ Page Macros,
%D       subtitle=Footnotes,
%D         author=Hans Hagen,
%D           date=\currentdate,
%D      copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.

\writestatus{loading}{ConTeXt Page Macros / Footnotes}

%D We've moved some footnote handling to a separate page module. The macros below
%D are used in the single and multi column page handlers and permit mixed usage of
%D column and page notes.

\unprotect

\newdimen\totalinsertionheight

\permanent\protected\def\settotalinsertionheight
  {\calculatetotalnoteheight
   \totalinsertionheight\dimexpr
     \totalnoteheight
    +\page_insert_insertion_height\s!topfloat
    +\page_insert_insertion_height\s!bottomfloat
   \relax}

\protect \endinput