summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/page-otr.lua
blob: 307158684268e5ca8a88840650c09c46f0c42fb3 (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,
}