diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2011-12-19 20:15:20 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2011-12-19 20:15:20 +0200 |
commit | 7b028b4346551f61450d42da5a52cdf85407674c (patch) | |
tree | 7ff504f1a39ce160d37862ab74e9526324d6e6a7 /tests/texligatures.tex | |
parent | db6d134438fee52b713c8a846d2275eea6a43123 (diff) | |
download | luaotfload-7b028b4346551f61450d42da5a52cdf85407674c.tar.gz |
Revert "tlig, trep and anum are no longer supported"
This reverts commit b0786c4d31736f4421c2e71d655a1e407cfabd76.
Conflicts:
luaotfload.dtx
Diffstat (limited to 'tests/texligatures.tex')
-rw-r--r-- | tests/texligatures.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/texligatures.tex b/tests/texligatures.tex new file mode 100644 index 0000000..68b554c --- /dev/null +++ b/tests/texligatures.tex @@ -0,0 +1,7 @@ +\input luaotfload.sty + +\font\testa={file:lmroman10-regular:script=latn;+tlig;+trep} at 10pt +\font\testb={file:lmroman10-regular:mode=node;script=latn;+tlig;+trep} at 10pt +\testa ``fi fl ffi--ffl---ff!`'' \par +\testb ``fi fl ffi--ffl---ff!`'' \par +\bye |