From 5cd15c2c16065938ed6ce1bfcc999327ff85698f Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Mon, 26 Mar 2012 00:54:35 +0200 Subject: Enable italic correction feature by default Conflicts: otfl-font-xtx.lua tests/itlc.tex --- tests/itlc.tex | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/itlc.tex b/tests/itlc.tex index 01f7a91..bff0c39 100644 --- a/tests/itlc.tex +++ b/tests/itlc.tex @@ -1,7 +1,5 @@ \input luaotfload.sty -\font\testa={file:lmroman10-italic:script=latn} at 10pt -\font\testb={file:lmroman10-italic:script=latn;+itlc} at 10pt - -{\testa f\/}!\par -{\testb f\/}!\par +\font\testa={Latin Modern Roman:script=latn} at 10pt +\font\testb={Latin Modern Roman/I:script=latn} at 10pt +\testa ({\testb f\/}) \bye -- cgit v1.2.3