summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/mkxl/page-otr.lmt
blob: 5c0bc96a9c5e6395ba7f611d19f33d3bdc924bd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if not modules then modules = { } end modules ['page-otr'] = {
    version   = 1.001,
    comment   = "companion to page-otr.mkiv",
    author    = "Hans Hagen, PRAGMA-ADE, Hasselt NL",
    copyright = "PRAGMA ADE / ConTeXt Development Team",
    license   = "see context related readme files"
}

interfaces.implement {
    name      = "triggerpagebuilder",
    public    = true,
    protected = true,
    actions   = tex.triggerbuildpage,
}