23 Apr
2005
23 Apr
'05
2:05 p.m.
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