Re: [NTG-context] Lua & inmargin & inframed

2013-01-04 Thread Wolfgang Schuster
Am 04.01.2013 um 16:51 schrieb Procházka Lukáš Ing. - Pontex s. r. o. : > On Fri, 04 Jan 2013 16:48:45 +0100, Wolfgang Schuster > wrote: > >> \starttext >> >> \inmargin{\inframed{A}} >> \input knuth >> >> \blank >> >> \ctxlua{context.inmargin(context.nested.inframed("B"))} >> \input knuth

Re: [NTG-context] Lua & inmargin & inframed

2013-01-04 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Fri, 04 Jan 2013 16:48:45 +0100, Wolfgang Schuster wrote: \starttext \inmargin{\inframed{A}} \input knuth \blank \ctxlua{context.inmargin(context.nested.inframed("B"))} \input knuth \stoptext Wolfgang Great, thanks! Any info about usage of ".nested" or ".nested" vs. "delayed"? (I'v

Re: [NTG-context] Lua & inmargin & inframed

2013-01-04 Thread Wolfgang Schuster
Am 04.01.2013 um 16:22 schrieb Procházka Lukáš Ing. - Pontex s. r. o. : > Hello, > > the inframed "B" in margin created by Lua doesn't appear, although > corresponding Ctx code works: > > > \starttext > \inmargin{\inframed{A}} > \input knuth > > \blank > \directlua{context.inmargin(

[NTG-context] Lua & inmargin & inframed

2013-01-04 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, the inframed "B" in margin created by Lua doesn't appear, although corresponding Ctx code works: \starttext \inmargin{\inframed{A}} \input knuth \blank \directlua{context.inmargin(context.delayed.inframed("B")); context("Test.")} \stoptext What am I doing wrong? TIA.