summaryrefslogtreecommitdiff
path: root/tex/context/base/phys-dim.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-06-26 12:20:16 +0300
committerMarius <mariausol@gmail.com>2011-06-26 12:20:16 +0300
commitde576a467c1e444aa8ea9fb9ce5d944d795aac6b (patch)
treea6e4b2e03b9be15c7f9c2243f194e249eedc39a4 /tex/context/base/phys-dim.lua
parent9963d62aabbced75e14b6d5985f2955551210252 (diff)
downloadcontext-de576a467c1e444aa8ea9fb9ce5d944d795aac6b.tar.gz
beta 2011.06.25 14:54
Diffstat (limited to 'tex/context/base/phys-dim.lua')
-rw-r--r--tex/context/base/phys-dim.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/tex/context/base/phys-dim.lua b/tex/context/base/phys-dim.lua
index 9fb2d031f..534e9a45a 100644
--- a/tex/context/base/phys-dim.lua
+++ b/tex/context/base/phys-dim.lua
@@ -201,6 +201,9 @@ local long_suffixes = {
ICubic = [[-3]],
}
+long_prefixes.Micro = [[\textmu]]
+long_units .Ohm = [[\textohm]]
+
mergetable(long_prefixes, loweredkeys(long_prefixes))
mergetable(long_units, loweredkeys(long_units))
mergetable(long_operators, loweredkeys(long_operators))