From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12680 Path: main.gmane.org!not-for-mail From: "Willi Egger" Newsgroups: gmane.comp.tex.context Subject: Re: Combining \inframed with \items Date: Wed, 23 Jul 2003 16:21:29 +0200 Organization: BOEDE Sender: ntg-context-admin@ntg.nl Message-ID: <000701c35125$bb8ee5d0$0100a8c0@vademecum> References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1058970347 3824 80.91.224.249 (23 Jul 2003 14:25:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Jul 2003 14:25:47 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Jul 23 16:25:46 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19fKXg-0000s3-00 for ; Wed, 23 Jul 2003 16:24:32 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 32B2010B53; Wed, 23 Jul 2003 16:25:39 +0200 (MEST) Original-Received: from smtpzilla3.xs4all.nl (smtpzilla3.xs4all.nl [194.109.127.139]) by ref.ntg.nl (Postfix) with ESMTP id 41EA110ACC for ; Wed, 23 Jul 2003 16:21:42 +0200 (MEST) Original-Received: from vademecum (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtpzilla3.xs4all.nl (8.12.9/8.12.9) with SMTP id h6NELbOl076163 for ; Wed, 23 Jul 2003 16:21:41 +0200 (CEST) Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:12680 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12680 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