From b469b8ec1b494ab72cd462bfc539ce01440e6aaf Mon Sep 17 00:00:00 2001 From: Marius Date: Sat, 14 Aug 2010 15:56:20 +0300 Subject: beta 2010.08.10 17:14 --- tex/context/base/strc-not.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tex/context/base/strc-not.lua') diff --git a/tex/context/base/strc-not.lua b/tex/context/base/strc-not.lua index 466bc7a03..f0bf6cab3 100644 --- a/tex/context/base/strc-not.lua +++ b/tex/context/base/strc-not.lua @@ -304,7 +304,11 @@ function notes.flush(tag,whatkind) -- store and postpone if trace_notes then report_notes("flushing state %s of %s from %s to %s",whatkind,tag,ns,#nd) end + -- todo: as registers: start, stop, inbetween for i=ns,#nd do + if i > ns then + texsprint(ctxcatcodes,format("\\betweennoteitself{%s}",tag)) + end texsprint(ctxcatcodes,format("\\handlenoteitself{%s}{%s}",tag,i)) end end -- cgit v1.2.3