diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2012-02-26 18:05:30 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2012-02-26 18:33:32 +0200 |
commit | 820dae976c197221adf58fcea0d12d2f81e75dd2 (patch) | |
tree | 9e3bf506df72d2ef0c9d1848232f58e71349c8df /tests | |
parent | 44edf674bc30f87263c01103774d60400b8b3915 (diff) | |
download | luaotfload-820dae976c197221adf58fcea0d12d2f81e75dd2.tar.gz |
Restore the rest of legacy TeX ligatures.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/texligatures.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/texligatures.tex b/tests/texligatures.tex index 5d9d21c..bc1db70 100644 --- a/tests/texligatures.tex +++ b/tests/texligatures.tex @@ -1,7 +1,7 @@ \input luaotfload.sty -\font\testa={file:lmroman10-regular:script=latn;+tlig;+trep} at 10pt +\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 -\testa ``fi `fl' ffi--ffl---ff'' \par -\testb ``fi `fl' ffi--ffl---ff'' \par +\testa ``fi `fl' ffi--ffl---ff'' !` ?` "\par +\testb ``fi `fl' ffi--ffl---ff'' !` ?` "\par \bye |