diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-01-06 15:43:58 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-01-06 15:43:58 +0200 |
commit | 1a1733617701a902003170e4712e9a951706a846 (patch) | |
tree | 25a75fb2c2e49b5264c95e31d80ac5bc6387cfc4 | |
parent | 46aafc54a9a766f33b6c4218bdda73bd4118aa2b (diff) | |
download | luaotfload-1a1733617701a902003170e4712e9a951706a846.tar.gz |
A few more legacy TeX ligatures
Now, we are on par with XeTeX's tex-text mapping.
-rw-r--r-- | otfl-font-otc.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/otfl-font-otc.lua b/otfl-font-otc.lua index 6ae318b..059748d 100644 --- a/otfl-font-otc.lua +++ b/otfl-font-otc.lua @@ -32,6 +32,10 @@ local extra_lists = { quotedblleft = "grave grave", quotedblright = "quotesingle quotesingle", quotedblbase = "comma comma", + exclamdown = "exclam grave", + questiondown = "question grave", + guillemotleft = "less less", + guillemotright= "greater greater", }, }, trep = { |