summaryrefslogtreecommitdiff
path: root/tex/context/base/font-ott.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2009-11-13 12:45:00 +0100
committerHans Hagen <pragma@wxs.nl>2009-11-13 12:45:00 +0100
commit9cf4a9e0a6642da57b94730bf7104335735a7ace (patch)
tree54c569dc3afe03413ce4ff8e22e2f80a70188e64 /tex/context/base/font-ott.lua
parente1359274233291895621d41406cf38756e2e04b1 (diff)
downloadcontext-9cf4a9e0a6642da57b94730bf7104335735a7ace.tar.gz
beta 2009.11.13 12:45
Diffstat (limited to 'tex/context/base/font-ott.lua')
-rw-r--r--tex/context/base/font-ott.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/font-ott.lua b/tex/context/base/font-ott.lua
index 47c2e0e9f..55cb734d6 100644
--- a/tex/context/base/font-ott.lua
+++ b/tex/context/base/font-ott.lua
@@ -87,7 +87,7 @@ otf.tables.scripts = {
['ugar'] = 'Ugaritic Cuneiform',
['xpeo'] = 'Old Persian Cuneiform',
['xsux'] = 'Sumero-Akkadian Cuneiform',
- ['yi' ] = 'Yi'
+ ['yi' ] = 'Yi',
}
otf.tables.languages = {
@@ -569,6 +569,7 @@ otf.tables.features = {
['rphf'] = 'Reph Form',
['rtbd'] = 'Right Bounds',
['rtla'] = 'Right-To-Left Alternates',
+ ['rtlm'] = 'Right To Left Math', -- math
['ruby'] = 'Ruby Notation Forms',
['salt'] = 'Stylistic Alternates',
['sinf'] = 'Scientific Inferiors',