From 98ccfb13623868324496e6fcfa206862601ee554 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sun, 26 Feb 2012 20:35:16 +0200 Subject: Make tlig actually work Works OK in node mode, in base mode `` and '' are not ligated, also consolidated tlig and trep into one feature. --- tests/texligatures.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/texligatures.tex b/tests/texligatures.tex index bc1db70..8317ee1 100644 --- a/tests/texligatures.tex +++ b/tests/texligatures.tex @@ -1,7 +1,7 @@ \input luaotfload.sty -\font\testa={file:lmroman10-regular:mode=base;script=latn;+tlig;+trep} at 10pt -\font\testb={file:lmroman10-regular:mode=node;script=latn;+tlig;+trep} at 10pt +\font\testa={file:lmroman10-regular:mode=base;script=latn;+tlig} at 10pt +\font\testb={file:lmroman10-regular:mode=node;script=latn;+tlig} at 10pt \testa ``fi `fl' ffi--ffl---ff'' !` ?` "\par \testb ``fi `fl' ffi--ffl---ff'' !` ?` "\par \bye -- cgit v1.2.3