Am 04.01.2013 um 16:22 schrieb Procházka Lukáš Ing. - Pontex s. r. o. 
<l...@pontex.cz>:

> 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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to