diff options
author | Hans Hagen <pragma@wxs.nl> | 2010-01-11 14:57:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2010-01-11 14:57:00 +0100 |
commit | 3dbcef73aec79246dfc4238eb7af28d3fa54e1f3 (patch) | |
tree | 45b19a9aae6525d3ae8e615213ef88e17e8c7adc /tex/context/base/strc-not.lua | |
parent | b49a72625ea82574863b42d6b8782c9ce9aba4f7 (diff) | |
download | context-3dbcef73aec79246dfc4238eb7af28d3fa54e1f3.tar.gz |
beta 2010.01.11 14:57
Diffstat (limited to 'tex/context/base/strc-not.lua')
-rw-r--r-- | tex/context/base/strc-not.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tex/context/base/strc-not.lua b/tex/context/base/strc-not.lua index 266e22edc..f390c05b5 100644 --- a/tex/context/base/strc-not.lua +++ b/tex/context/base/strc-not.lua @@ -69,6 +69,12 @@ function notes.get(tag,n) end end +-- we could make a special enhancer + +function notes.listindex(tag,n) + return notedata[tag][n] +end + function notes.define(tag,kind,number) local state = notes.setstate(tag,kind) state.number = number |