ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: How to change linewidth of a frame?
Date: Thu, 06 Mar 2003 10:05:23 +0100	[thread overview]
Message-ID: <5.1.0.14.1.20030306100240.02e950d0@server-1> (raw)
In-Reply-To: <20030305152254.GA24365@ensta.fr>

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
-------------------------------------------------------------------------

  reply	other threads:[~2003-03-06  9:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-05 15:22 Maurice Diamantini
2003-03-06  9:05 ` Hans Hagen [this message]
2003-03-11 21:38   ` Willi Egger
2003-03-06 14:03 Maurice Diamantini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5.1.0.14.1.20030306100240.02e950d0@server-1 \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).