summaryrefslogtreecommitdiff
path: root/tex/context/base/back-ini.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2014-05-16 20:08:00 +0200
committerHans Hagen <pragma@wxs.nl>2014-05-16 20:08:00 +0200
commitdcafc5c897cc956f197a54f516472954036af7f9 (patch)
treec54e512e741b947d8f3a13e91b76402484c55ef1 /tex/context/base/back-ini.lua
parentc3675f9b2c0dd9c6ae6b911593f5331dba5992a5 (diff)
downloadcontext-dcafc5c897cc956f197a54f516472954036af7f9.tar.gz
beta 2014.05.16 20:08
Diffstat (limited to 'tex/context/base/back-ini.lua')
-rw-r--r--tex/context/base/back-ini.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/tex/context/base/back-ini.lua b/tex/context/base/back-ini.lua
index e2dabd91e..c1f973a0c 100644
--- a/tex/context/base/back-ini.lua
+++ b/tex/context/base/back-ini.lua
@@ -103,3 +103,9 @@ function codeinjections.gethpos () return 0 end
function codeinjections.getvpos () return 0 end
function codeinjections.hasmatrix() return false end
function codeinjections.getmatrix() return 1, 0, 0, 1, 0, 0 end
+
+-- can best be here
+
+function commands.setrealspaces(v)
+ nodes.tasks.setaction("shipouts","nodes.handlers.accessibility",v == interfaces.variables.yes)
+end