diff options
Diffstat (limited to 'web2c')
-rw-r--r-- | web2c/contextcnf.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web2c/contextcnf.lua b/web2c/contextcnf.lua index dee9170ef..a2025e6ef 100644 --- a/web2c/contextcnf.lua +++ b/web2c/contextcnf.lua @@ -140,7 +140,7 @@ return { ["luatex.expanddepth"] = "10000", -- 10000 ["luatex.hashextra"] = "100000", -- 0 ["luatex.nestsize"] = "1000", -- 50 - ["luatex.maxinopen"] = "500", -- 15 + ["luatex.maxinopen"] = "1000", -- 15 ["luatex.maxprintline"] = " 10000", -- 79 ["luatex.maxstrings"] = "500000", -- 15000 -- obsolete ["luatex.paramsize"] = "25000", -- 60 |