summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/font-oup.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-06-27 17:38:44 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-06-27 17:38:44 +0200
commit070c533456efeba3c0c97908ab9930f00ae7b61c (patch)
treee4ca9afb3906c2df0be8c89a88d040160b713826 /tex/context/base/mkiv/font-oup.lua
parent1586f911ab2a59c70e15db58a5beb3d74f44dd7a (diff)
downloadcontext-070c533456efeba3c0c97908ab9930f00ae7b61c.tar.gz
2021-06-27 16:56:00
Diffstat (limited to 'tex/context/base/mkiv/font-oup.lua')
-rw-r--r--tex/context/base/mkiv/font-oup.lua14
1 files changed, 7 insertions, 7 deletions
diff --git a/tex/context/base/mkiv/font-oup.lua b/tex/context/base/mkiv/font-oup.lua
index 975e62f64..6733b6efb 100644
--- a/tex/context/base/mkiv/font-oup.lua
+++ b/tex/context/base/mkiv/font-oup.lua
@@ -40,13 +40,13 @@ local f_character_n = formatters["[ %C ]"]
local check_duplicates = true -- can become an option (pseudo feature) / always needed anyway
local check_soft_hyphen = true -- can become an option (pseudo feature) / needed for tagging
-if CONTEXTLMTXMODE and CONTEXTLMTXMODE > 0 then
- check_soft_hyphen = false -- solved better elsewhere
-else
- directives.register("otf.checksofthyphen",function(v)
- check_soft_hyphen = v
- end)
-end
+-- if CONTEXTLMTXMODE and CONTEXTLMTXMODE > 0 then
+-- check_soft_hyphen = false -- solved better elsewhere
+-- else
+-- directives.register("otf.checksofthyphen",function(v)
+-- check_soft_hyphen = v
+-- end)
+-- end
local function replaced(list,index,replacement)
if type(list) == "number" then