summaryrefslogtreecommitdiff
path: root/tex/context/base/l-function.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2012-10-28 15:00:25 +0200
committerMarius <mariausol@gmail.com>2012-10-28 15:00:25 +0200
commit3fcaa5434b428fcc717fbd06822b54ec18194c62 (patch)
tree020fe87ecadf1865b9358d31a04fcdc37dbdefe4 /tex/context/base/l-function.lua
parenta6994b024b0e60c9d69ddbedc399f0d7a823c70d (diff)
downloadcontext-3fcaa5434b428fcc717fbd06822b54ec18194c62.tar.gz
beta 2012.10.28 13:23
Diffstat (limited to 'tex/context/base/l-function.lua')
-rw-r--r--tex/context/base/l-function.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/tex/context/base/l-function.lua b/tex/context/base/l-function.lua
new file mode 100644
index 000000000..7ded8ceec
--- /dev/null
+++ b/tex/context/base/l-function.lua
@@ -0,0 +1,11 @@
+if not modules then modules = { } end modules ['l-functions'] = {
+ version = 1.001,
+ comment = "companion to luat-lib.mkiv",
+ author = "Hans Hagen, PRAGMA-ADE, Hasselt NL",
+ copyright = "PRAGMA ADE / ConTeXt Development Team",
+ license = "see context related readme files"
+}
+
+functions = functions or { }
+
+function functions.dummy() end