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-otf.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'otfl-font-otf.lua') diff --git a/otfl-font-otf.lua b/otfl-font-otf.lua index 1465e13..9aa1a3a 100644 --- a/otfl-font-otf.lua +++ b/otfl-font-otf.lua @@ -87,6 +87,9 @@ otf.notdef = false otf.cache = containers.define("fonts", "otf", otf.version, true) otf.cleanup_aat = false -- only context +local wildcard = "*" +local default = "dflt" + --[[ldx--

We start with a lot of tables and related functions.

--ldx]]-- -- cgit v1.2.3