ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Willi Egger" <w.egger@boede.nl>
Subject: Re: How to change linewidth of a frame?
Date: Tue, 11 Mar 2003 22:38:09 +0100	[thread overview]
Message-ID: <001801c2e816$87cf27a0$0100a8c0@vademecum> (raw)
In-Reply-To: <5.1.0.14.1.20030306100240.02e950d0@server-1>

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

I would not have expected differently than that this works!

If you use this mechanism, the frame will have to be set to off. If you
still want to change the  thickness of the dashed box you will do this in
the Metapost code. Then it will be time to consult the Metafun manual  ;-)

 \startuniqueMPgraphic{dashed}
      pickup pencircle scaled 2pt
     draw OverlayBox dashed evenly ;
 \stopuniqueMPgraphic

Willi

  reply	other threads:[~2003-03-11 21:38 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
2003-03-11 21:38   ` Willi Egger [this message]
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='001801c2e816$87cf27a0$0100a8c0@vademecum' \
    --to=w.egger@boede.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).