On 02/22/2011 09:58 PM, Jeong Dalyoung wrote:
\startuseMPgraphic{lions b}
picture pic;
path p ; p := fullsquare xyscaled (\overlaywidth,\overlayheight) randomized 5pt 
;
pickup pencircle scaled 1pt ;
fill p withcolor .850yellow ;
draw p withcolor .5yellow ;
\stopuseMPgraphic

\defineoverlay[leopard][\uniqueMPgraphic{lions b}]

\def\nota#1 {\inframed[frame=off,background=leopard]{#1}}

\starttext
\nota{test 1:} This is a test for line separation.
%\midaligned{\nota{test 2}}
\stoptext

Change the definition of \nota, and it just works:
\startuseMPgraphic{lions b}
picture pic;
path p ; p := fullsquare xyscaled (\overlaywidth,\overlayheight) randomized 5pt ;
pickup pencircle scaled 1pt ;
fill p withcolor .850yellow ;
draw p withcolor .5yellow ;
\stopuseMPgraphic

\defineoverlay[leopard][\uniqueMPgraphic{lions b}]

\define[1]\nota {\dontleavehmode\inframed[frame=off,background=leopard]{#1}}

\starttext
\nota{test 1:} This is a test for line separation.

\midaligned{\nota{test 2}}
\stoptext
___________________________________________________________________________________
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