diff options
author | Philipp Gesang <pgesang@ix.urz.uni-heidelberg.de> | 2010-08-16 17:27:01 +0200 |
---|---|---|
committer | Philipp Gesang <pgesang@ix.urz.uni-heidelberg.de> | 2010-08-16 17:27:01 +0200 |
commit | dfc308a5b37153e7d35b42781058ffafc35afabb (patch) | |
tree | a4ae06b3d369bb95d3e171a59af02cccb98eea62 /module/tex/context/third/simpleslides/automata | |
parent | 1f8d9c38f9815376d022e24d5bf6642254053bf0 (diff) | |
download | automata-backgrounds-dfc308a5b37153e7d35b42781058ffafc35afabb.tar.gz |
reverted layout adjustments due to testing results
Diffstat (limited to 'module/tex/context/third/simpleslides/automata')
-rw-r--r-- | module/tex/context/third/simpleslides/automata/automata-main.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/tex/context/third/simpleslides/automata/automata-main.lua b/module/tex/context/third/simpleslides/automata/automata-main.lua index c7d1435..fc4f933 100644 --- a/module/tex/context/third/simpleslides/automata/automata-main.lua +++ b/module/tex/context/third/simpleslides/automata/automata-main.lua @@ -22,6 +22,7 @@ mplife.setup = mplife.setup or {} if context then environment.loadluafile( "automatarc-global" ) environment.loadluafile( "automatarc-eca" ) + mplife.setup.rc = mplife.setup.rc or {} else -- assuming we're staying in pwd require ( "automatarc-eca" ) end |