[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Fix omission in default features (b382476)

Marcel Fabian Krüger tex at 2krueger.de
Sun Aug 23 21:48:19 CEST 2020


Repository : https://github.com/latex3/luaotfload
On branch  : dev
Link       : https://github.com/latex3/luaotfload/commit/b382476104ff8d7823cf1a0f3736db752e27218c

>---------------------------------------------------------------

commit b382476104ff8d7823cf1a0f3736db752e27218c
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Sun Aug 23 21:48:19 2020 +0200

    Fix omission in default features


>---------------------------------------------------------------

b382476104ff8d7823cf1a0f3736db752e27218c
 src/luaotfload-configuration.lua | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/luaotfload-configuration.lua b/src/luaotfload-configuration.lua
index ecfe8bb..b61c12b 100644
--- a/src/luaotfload-configuration.lua
+++ b/src/luaotfload-configuration.lua
@@ -107,8 +107,10 @@ local base_features = tabletohash {
   -- Adopt the generic default from HarfBuzz.
   -- The first line is generally enabled there,
   -- the second only for horizontal text.
+  -- The third line is luaotfload specific
   "abvm", "blwm", "ccmp", "locl", "mark", "mkmk", "rlig",
   "calt", "clig", "curs", "dist", "kern", "liga", "rclt",
+  "itlc",
 }
 local feature_presets = {
   arab = table.merged( tabletohash {





More information about the latex3-commits mailing list.