diff options
author | Marius <mariausol@gmail.com> | 2010-09-10 10:15:13 +0300 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2010-09-10 10:15:13 +0300 |
commit | c16e4d356505f8e2f7e0b15ff426f38415a5f24d (patch) | |
tree | 4b018fb5d30d930184a13398dafe8c9f0469d5e4 /web2c | |
parent | 821d6141a92d80d6195b87fe1c25fb2fd83042d5 (diff) | |
download | context-c16e4d356505f8e2f7e0b15ff426f38415a5f24d.tar.gz |
beta 2010.09.09 23:45
Diffstat (limited to 'web2c')
-rw-r--r-- | web2c/contextcnf.lua | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/web2c/contextcnf.lua b/web2c/contextcnf.lua index 03a7d4b51..7d2edb6fd 100644 --- a/web2c/contextcnf.lua +++ b/web2c/contextcnf.lua @@ -107,10 +107,12 @@ return { -- like ['foo.bar'] so for convenience we also support 'foo_bar'. directives = { - -- system_checkglobals = "10", - -- system.nostatistics = "yes", - system_errorcontext = "10", - mplib_texerrors = "yes", + -- system_checkglobals = "10", + -- system_nostatistics = "yes", + system_errorcontext = "10", + mplib_texerrors = "yes", + -- fonts_otf_loader_method = "table", -- table mixed sparse + -- fonts_otf_loader_cleanup = "0", -- 0 1 2 3 }, experiments = { |