4 Jan
2013
4 Jan
'13
3:48 p.m.
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(context.delayed.inframed("B")); context("Test.")} \stoptext ----
What am I doing wrong?
\starttext \inmargin{\inframed{A}} \input knuth \blank \ctxlua{context.inmargin(context.nested.inframed("B"))} \input knuth \stoptext Wolfgang