summaryrefslogtreecommitdiff
path: root/tex/context/base/cldf-com.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2010-11-01 14:00:14 +0200
committerMarius <mariausol@gmail.com>2010-11-01 14:00:14 +0200
commite19e21294c4450e292a48ee5a3cec8a90daf91ed (patch)
treea0c53a86c5692bd2d07b9c96a51a9d8325f57c52 /tex/context/base/cldf-com.lua
parentb8fc800cde67f29f4724b642d87278f864ec2d58 (diff)
downloadcontext-e19e21294c4450e292a48ee5a3cec8a90daf91ed.tar.gz
beta 2010.11.01 12:14
Diffstat (limited to 'tex/context/base/cldf-com.lua')
-rw-r--r--tex/context/base/cldf-com.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/tex/context/base/cldf-com.lua b/tex/context/base/cldf-com.lua
new file mode 100644
index 000000000..3bbeabb0f
--- /dev/null
+++ b/tex/context/base/cldf-com.lua
@@ -0,0 +1,13 @@
+if not modules then modules = { } end modules ['cldf-com'] = {
+ version = 1.001,
+ comment = "companion to cldf-ini.mkiv",
+ author = "Hans Hagen, PRAGMA-ADE, Hasselt NL",
+ copyright = "PRAGMA ADE / ConTeXt Development Team",
+ license = "see context related readme files"
+}
+
+local generics = context.generics
+local variables = interfaces.variables
+
+generics.starttabulate = "start" .. variables.tabulate -- todo: e!start
+generics.stoptabulate = "stop" .. variables.tabulate -- todo: e!stop