summaryrefslogtreecommitdiff
path: root/tex/context/base/phys-dim.lua
diff options
context:
space:
mode:
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",