diff options
author | Hans Hagen <pragma@wxs.nl> | 2012-01-05 19:27:33 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2012-01-05 19:27:33 +0100 |
commit | f784af77ded9f791caa3cdb7864d6696de61bca6 (patch) | |
tree | dbfbeb3acaefb57568da09170608d1e1e9ef522c /tex/context/base/phys-dim.lua | |
parent | 33ae9293e4496c79b47ba7c4b8d2eca9befc91e9 (diff) | |
download | context-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.lua | 3 |
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 |