diff options
author | Hans Hagen <pragma@wxs.nl> | 2010-09-09 23:45:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2010-09-09 23:45:00 +0200 |
commit | cf3f5ed936ab0e84942af2e69862db6941c58d0f (patch) | |
tree | 195b942015faff3d0c03d0d1627185320e002548 /web2c | |
parent | 536e4dd4fe2e98c3cefdb9741507c20f4489e2c0 (diff) | |
download | context-cf3f5ed936ab0e84942af2e69862db6941c58d0f.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 = { |