ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Willi Egger" <w.egger@boede.nl>
Subject: Re: Combining \inframed with \items
Date: Wed, 23 Jul 2003 16:21:29 +0200	[thread overview]
Message-ID: <000701c35125$bb8ee5d0$0100a8c0@vademecum> (raw)
In-Reply-To: <MFEFJNAPONLOLJPIHFBIMEPCEIAA.dh@capdm.com>

Hi Duncan,

> Is there a way of naming a setupframed definition so that I can set up,
for
> example, \circleframed{} and \highlightframed{} commands?
>
Yopu can always define your own commands e.g.

\define[1]\CircleFramed{%

\inframed[linecorrection=on,frame=on,corner=round,radius=3mm,offset=1mm,widt
h=fit]{#1}}

\define[1]\HighlightFramed{%
    \inframed[linecorrection=on,
              frame=on,
              width=fit,
              corner=rectangular,
              background=color,
              backgroundcolor=green]{#1}}


\items[symbol=none,location=top]{%
    {\CircleFramed    {demand-pull inflation}},
    {\HighlightFramed
    {in comparison}},capital-intensive
    }

\items[symbol=none,location=top]{%
    fixed assets,entrepreneurs,as a result,implementation}

\items[symbol=none,location=top]{%
    situation,monetary,system,arbitrage,stable}

So ...

Willi

  reply	other threads:[~2003-07-23 14:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-18 13:55 Duncan Hothersall
2003-07-18 19:39 ` Willi Egger
2003-07-23 13:22   ` Duncan Hothersall
2003-07-23 14:21     ` Willi Egger [this message]
2003-07-23 16:55       ` Duncan Hothersall
2003-07-23 19:58       ` Hans Hagen
2003-07-23 21:39     ` Hans Hagen
2003-07-19 21:19 ` Hans Hagen

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='000701c35125$bb8ee5d0$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).