diff options
author | Hans Hagen <pragma@wxs.nl> | 2012-01-05 19:27:27 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2012-01-05 19:27:27 +0100 |
commit | a0230356471f1895befa99a49047b9124a313523 (patch) | |
tree | ec1da07dcecd043a141f011401775a89c40c5f56 /tex/context/base/phys-dim.lua | |
parent | 9d9724984dd64b0b3ea99e611d8d209326a59b1a (diff) | |
download | context-a0230356471f1895befa99a49047b9124a313523.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.lua | 8 |
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", |