From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12679 Path: main.gmane.org!not-for-mail From: "Duncan Hothersall" Newsgroups: gmane.comp.tex.context Subject: RE: Combining \inframed with \items Date: Wed, 23 Jul 2003 14:22:10 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: References: <008c01c34d64$92a91a10$0100a8c0@vademecum> 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 1058967307 16940 80.91.224.249 (23 Jul 2003 13:35:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Jul 2003 13:35:07 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Jul 23 15:35:06 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 19fJcQ-0003Vc-00 for ; Wed, 23 Jul 2003 15:25:22 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 1A39F10B20; Wed, 23 Jul 2003 15:26:31 +0200 (MEST) Original-Received: from capdm.com (www.capdm.com [212.20.230.66]) by ref.ntg.nl (Postfix) with ESMTP id 88F4910B1A for ; Wed, 23 Jul 2003 15:22:12 +0200 (MEST) Original-Received: from duncan [80.195.45.21] by capdm.com (FTGate 2, 2, 0, 1); Wed, 23 Jul 03 14:12:48 +0100 Original-To: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <008c01c34d64$92a91a10$0100a8c0@vademecum> 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:12679 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12679 Hi Willi, thanks very much. My problem is that I really need to set up multiple types of frames - especially the two defined ones - the "circled" style shown and a "highlighted" style which puts a background with no frame and normal corners - and be able to call them anywhere in the document. If I \setupframed with just the definition of one of them then all my \inframed will come out one way. Is there a way of naming a setupframed definition so that I can set up, for example, \circleframed{} and \highlightframed{} commands? Thanks again! Duncan dh@capdm.com > \items[symbol=none,location=top]{{\inframed[frame=on,corner=round, > radius=3mm > > ,offset=1mm]{demand-pull > > inflation}},{\inframed[frame=on,corner=round,radius=3mm,offset=1mm]{in > > comparison}},capital-intensive} > > > > \items[symbol=none,location=top]{fixed assets,entrepreneurs,as a > > result,implementation} > > > > > \items[symbol=none,location=top]{situation,monetary,system,arbitra > ge,stable} > > > > \stoptext > > -- > > I have tried your code. If you setup framed then it works. Please refer to > the attached inframed.tex > > Willi >