summaryrefslogtreecommitdiff
path: root/tex/context/base/scrn-ini.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-03-25 19:20:25 +0200
committerMarius <mariausol@gmail.com>2011-03-25 19:20:25 +0200
commit1455dd60b68c9140db1b9977c9e5ce372b772ec8 (patch)
treed2b7060a4d9891966a056dcf143ef20d43390561 /tex/context/base/scrn-ini.lua
parent2a9554684f61df8db63dec6d4e874f49b25a212b (diff)
downloadcontext-1455dd60b68c9140db1b9977c9e5ce372b772ec8.tar.gz
beta 2011.03.25 18:03
Diffstat (limited to 'tex/context/base/scrn-ini.lua')
-rw-r--r--tex/context/base/scrn-ini.lua21
1 files changed, 21 insertions, 0 deletions
diff --git a/tex/context/base/scrn-ini.lua b/tex/context/base/scrn-ini.lua
new file mode 100644
index 000000000..76696eed0
--- /dev/null
+++ b/tex/context/base/scrn-ini.lua
@@ -0,0 +1,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