summaryrefslogtreecommitdiff
path: root/tex/context/base/phys-dim.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2012-01-05 19:27:33 +0100
committerHans Hagen <pragma@wxs.nl>2012-01-05 19:27:33 +0100
commitf784af77ded9f791caa3cdb7864d6696de61bca6 (patch)
treedbfbeb3acaefb57568da09170608d1e1e9ef522c /tex/context/base/phys-dim.lua
parent33ae9293e4496c79b47ba7c4b8d2eca9befc91e9 (diff)
downloadcontext-f784af77ded9f791caa3cdb7864d6696de61bca6.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