[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Fix TeX single char "ligatures" in harf (49718dd)

Marcel Fabian Krüger tex at 2krueger.de
Wed Mar 18 12:47:04 CET 2020


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

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

commit 49718dd7cbe185faf5b72eed8bcac0fa0161238a
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Wed Mar 18 12:46:24 2020 +0100

    Fix TeX single char "ligatures" in harf
    
    Fixes #139.


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

49718dd7cbe185faf5b72eed8bcac0fa0161238a
 src/luaotfload-szss.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/luaotfload-szss.lua b/src/luaotfload-szss.lua
index 9049037..fcd273a 100644
--- a/src/luaotfload-szss.lua
+++ b/src/luaotfload-szss.lua
@@ -201,6 +201,7 @@ otfregister {
     end,
   },
   processors = {
+    position=1,
     plug = function(head, font)
       local n = head
       while n do





More information about the latex3-commits mailing list.