summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/page-otr.lua
blob: c87f419b4ff8eec059627b4f1880107b57bc73bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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",
    actions   = tex.triggerbuildpage,
}