On Sat, 23 Apr 2005 at 10:59:14+0200, Steffen Wolfrum wrote:
> is there a command for \framed and \inframed
> like for \setupunderbar[alternative=b]:
> 
> that gives a dotted (bottom) line?

You could do this by using a metpost graphic as background. I'm in a
hurry, so untested, but something similar should work.

\startuniqueMPgraphic{DottedFrame}
        draw (0,0) --(\overlaywidth,0) dashed withdots;
\stopuniqueMPgraphic

\defineoverlay[DottedFrame]{\uniqueMPgraphic{DottedFrame}}

\starttext
  \framed[frame=off,offset=overlay,background=DottedFrame]{How nice!}
\stoptext

-- 
Eckhart
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to