From 2acd7771485e453bc4c4d1d5632bb03f274df911 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sun, 11 Mar 2012 22:11:18 +0200 Subject: Test for italic correction --- tests/itlc.tex | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/itlc.tex (limited to 'tests') diff --git a/tests/itlc.tex b/tests/itlc.tex new file mode 100644 index 0000000..01f7a91 --- /dev/null +++ b/tests/itlc.tex @@ -0,0 +1,7 @@ +\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 +\bye -- cgit v1.2.3