diff options
author | Hans Hagen <pragma@wxs.nl> | 2009-08-30 12:25:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2009-08-30 12:25:00 +0200 |
commit | c6e9f914fe93f3f674c20fded71bf7e18b8df600 (patch) | |
tree | 8ded03adf7b4320e916a2a10b96456584c18b24f /tex/context/base/font-ctx.lua | |
parent | d4f9912131353d01960eeed7a0d80e7227710b44 (diff) | |
download | context-c6e9f914fe93f3f674c20fded71bf7e18b8df600.tar.gz |
beta 2009.08.30 12:25
Diffstat (limited to 'tex/context/base/font-ctx.lua')
-rw-r--r-- | tex/context/base/font-ctx.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tex/context/base/font-ctx.lua b/tex/context/base/font-ctx.lua index 23f745130..54e724dd0 100644 --- a/tex/context/base/font-ctx.lua +++ b/tex/context/base/font-ctx.lua @@ -6,6 +6,8 @@ if not modules then modules = { } end modules ['font-ctx'] = { license = "see context related readme files" } +-- needs a cleanup: merge of replace, lang/script etc + local texsprint, count = tex.sprint, tex.count local format, concat, gmatch, match, find, lower = string.format, table.concat, string.gmatch, string.match, string.find, string.lower local tostring, next = tostring, next |