summaryrefslogtreecommitdiff
path: root/tex/context/base/scrn-ini.lua
blob: 76696eed0d2251efc776063a62933644941e2b18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
if not modules then modules = { } end modules ['scrn-int'] = {
    version   = 1.001,
    comment   = "companion to scrn-int.mkiv",
    author    = "Hans Hagen, PRAGMA-ADE, Hasselt NL",
    copyright = "PRAGMA ADE / ConTeXt Development Team",
    license   = "see context related readme files"
}

interactions         = { }
interactions.general = interactions.general or { }
local general        = interactions.general

local codeinjections = backends.codeinjections

local function setupidentity(specification)
    codeinjections.setupidentity(specification)
end

general.setupidentity  = setupidentity

commands.setupidentity = setupidentity