diff options
author | Context Git Mirror Bot <phg42.2a@gmail.com> | 2015-05-03 22:15:05 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg42.2a@gmail.com> | 2015-05-03 22:15:05 +0200 |
commit | 5f9befc0fd0b4b14d74862c8d3f577569b436cda (patch) | |
tree | be901810b37c84c35558558934738696cde2531a /tex/context/base/char-ini.lua | |
parent | 66f36353ebae5235cc3bfe5f75b375e175857748 (diff) | |
download | context-5f9befc0fd0b4b14d74862c8d3f577569b436cda.tar.gz |
2015-05-03 21:53:00
Diffstat (limited to 'tex/context/base/char-ini.lua')
-rw-r--r-- | tex/context/base/char-ini.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tex/context/base/char-ini.lua b/tex/context/base/char-ini.lua index a1dd911f2..c6192cc9b 100644 --- a/tex/context/base/char-ini.lua +++ b/tex/context/base/char-ini.lua @@ -546,7 +546,17 @@ local categorytags = allocate { cn = "Other Not Assigned", } +local detailtags = allocate { + sl = "small letter", + bl = "big letter", + im = "iteration mark", + pm = "prolonged sound mark" +} + characters.categorytags = categorytags +characters.detailtags = detailtags + +-- sounds : voiced unvoiced semivoiced --~ special : cf (softhyphen) zs (emspace) --~ characters: ll lm lo lt lu mn nl no pc pd pe pf pi po ps sc sk sm so |