summaryrefslogtreecommitdiff
path: root/tex/context/base/phys-dim.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-11-25 13:00:14 +0200
committerMarius <mariausol@gmail.com>2011-11-25 13:00:14 +0200
commit3c93a961f9579bc10a8a6cb0d30065d9791048a3 (patch)
tree6252a6f9ffcc5688ca62c7de94135f74b8ca11dc /tex/context/base/phys-dim.lua
parent8a9434e331825735e636700d6a509cf770d5ec41 (diff)
downloadcontext-3c93a961f9579bc10a8a6cb0d30065d9791048a3.tar.gz
beta 2011.11.25 11:31
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 9d1176b78..0cf878470 100644
--- a/tex/context/base/phys-dim.lua
+++ b/tex/context/base/phys-dim.lua
@@ -16,6 +16,9 @@ if not modules then modules = { } end modules ['phys-dim'] = {
-- todo: collect used units for logging (and list of units, but then we need
-- associations too).
+-- todo: degrees celsius 0x2103
+-- todo: degrees fahrenheit 0x2109
+
local V, P, S, R, C, Cc, Cs, matchlpeg, Carg = lpeg.V, lpeg.P, lpeg.S, lpeg.R, lpeg.C, lpeg.Cc, lpeg.Cs, lpeg.match, lpeg.Carg
local format, lower = string.format, string.lower
local appendlpeg = lpeg.append