page-otr.lmt /size: 442 b    last modification: 2021-10-28 13:51
1if not modules then modules = { } end modules ['page-otr'] = {
2    version   = 1.001,
3    comment   = "companion to page-otr.mkiv",
4    author    = "Hans Hagen, PRAGMA-ADE, Hasselt NL",
5    copyright = "PRAGMA ADE / ConTeXt Development Team",
6    license   = "see context related readme files"
7}
8
9interfaces.implement {
10    name      = "triggerpagebuilder",
11    public    = true,
12    protected = true,
13    actions   = tex.triggerbuildpage,
14}
15