From ddc77c560834122fcdc0219f01977cb830a7a6f5 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Tue, 25 May 2021 18:41:45 +0200 Subject: 2021-05-25 17:56:00 --- web2c/contextcnf.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'web2c') diff --git a/web2c/contextcnf.lua b/web2c/contextcnf.lua index 8c1458a5a..7867374f2 100644 --- a/web2c/contextcnf.lua +++ b/web2c/contextcnf.lua @@ -139,9 +139,10 @@ return { ["luametatex.nestsize"] = { size = 10000, step = 1000 }, -- max = 10000 ["luametatex.parametersize"] = { size = 100000, step = 10000 }, -- max = 100000 ["luametatex.savesize"] = { size = 500000, step = 10000 }, -- max = 500000 - ["luametatex.fontsize"] = { size = 250, step = 250 }, -- max = 100000 + ["luametatex.fontsize"] = { size = 100000, step = 250 }, -- max = 100000 ["luametatex.languagesize"] = { size = 250, step = 250 }, -- max = 10000 - ["luametatex.marksize"] = { size = 50, step = 50 }, -- max = 10000 + ["luametatex.marksize"] = { size = 250, step = 50 }, -- max = 10000 + ["luametatex.insertsize"] = { size = 250, step = 25 }, -- max = 250 -- These are for luatex: -- cgit v1.2.3