At 04:22 PM 3/5/2003 +0100, Maurice Diamantini wrote:
Rebonjour!
I'm trying to modyfy the title of my slides. So I tried this command (that I just pick on the ntg-context list, thank you :-)
\setuphead[Topic] [textcommand=\doTitle] \def\doTitle#1{% \bgroup \setupframed [offset=0.3ex,linewidth=2pt,framecolor=red] ^^^^^^^^^^^^ use that one with care since framed is used all over the place in context, better pass these settings to \framed directly or create a framed (\defineframed)
\framed{\blue \ss #1}% \egroup% }
But the linewidth as no effect (it is not in the documented \setuphead options, but a just try it.
rulethickness=2pt
Also, is it possible to set the linestyle to "daashed" or something like that?
\startuniqueMPgraphic{dashed} draw OverlayBox dashed evenly ; \stopuniqueMPgraphic \defineoverlay[dashed][\uniqueMPgraphic{dashed}] \framed[background=dashed]{I didn't test this} Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------