summaryrefslogtreecommitdiff
path: root/tex/context/base/phys-dim.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-11-17 12:40:14 +0200
committerMarius <mariausol@gmail.com>2011-11-17 12:40:14 +0200
commit43e678821c0c2ee8d8130adb6a109a2b0330889d (patch)
tree09ab6ea5c10b8bef5fcaa95370c8d18a38ed0a4f /tex/context/base/phys-dim.lua
parentae67f36ed753efaa7398f0659b27ed2f1d73cca2 (diff)
downloadcontext-43e678821c0c2ee8d8130adb6a109a2b0330889d.tar.gz
beta 2011.11.17 11:19
Diffstat (limited to 'tex/context/base/phys-dim.lua')
-rw-r--r--tex/context/base/phys-dim.lua8
1 files changed, 7 insertions, 1 deletions
diff --git a/tex/context/base/phys-dim.lua b/tex/context/base/phys-dim.lua
index 37a6ef9aa..cdc7541a2 100644
--- a/tex/context/base/phys-dim.lua
+++ b/tex/context/base/phys-dim.lua
@@ -261,8 +261,9 @@ local short_prefixes_to_long = {
Y = "Yotta",
}
-local short_units_to_long = {
+local short_units_to_long = { -- I'm not sure about casing
m = "Meter",
+ Hz = "Hertz",
hz = "Hertz",
u = "Hour",
h = "Hour",
@@ -270,7 +271,12 @@ local short_units_to_long = {
g = "Gram",
n = "Newton",
v = "Volt",
+
l = "Liter",
+ -- w = "Watt",
+ W = "Watt",
+ -- a = "Ampere",
+ A = "Ampere",
Litre = "Liter",
Metre = "Meter",