From eb8be6a1a06126d66883495aa499855fb44f4897 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sun, 14 Mar 2010 20:26:47 +0200 Subject: Updating to latest ConTeXt beta (2010.03.12) Fixes a regression with legacy TeX ligatures (``'' etc.) --- otfl-font-otb.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'otfl-font-otb.lua') diff --git a/otfl-font-otb.lua b/otfl-font-otb.lua index 020b107..a3d3477 100644 --- a/otfl-font-otb.lua +++ b/otfl-font-otb.lua @@ -305,12 +305,13 @@ end -- to do complete mixed runs and not run featurewise (as we did before). local supported_gsub = { - 'liga','dlig','rlig','hlig', - 'pnum','onum','tnum','lnum', + 'liga', 'dlig', 'rlig', 'hlig', + 'pnum', 'onum', 'tnum', 'lnum', 'zero', - 'smcp','cpsp','c2sc','ornm','aalt', - 'hwid','fwid', + 'smcp', 'cpsp', 'c2sc', 'ornm', 'aalt', + 'hwid', 'fwid', 'ssty', 'rtlm', -- math +-- 'tlig', 'trep', } local supported_gpos = { -- cgit v1.2.3