From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12650 Path: main.gmane.org!not-for-mail From: "Willi Egger" Newsgroups: gmane.comp.tex.context Subject: Re: Combining \inframed with \items Date: Fri, 18 Jul 2003 21:39:57 +0200 Organization: BOEDE Sender: ntg-context-admin@ntg.nl Message-ID: <008c01c34d64$92a91a10$0100a8c0@vademecum> References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0082_01C34D75.21E34240" X-Trace: main.gmane.org 1058557490 5690 80.91.224.249 (18 Jul 2003 19:44:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 18 Jul 2003 19:44:50 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Jul 18 21:44:45 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 19db9p-0001Sb-00 for ; Fri, 18 Jul 2003 21:44:45 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 0B73910B6F; Fri, 18 Jul 2003 21:45:45 +0200 (MEST) Original-Received: from smtpzilla2.xs4all.nl (smtpzilla2.xs4all.nl [194.109.127.138]) by ref.ntg.nl (Postfix) with ESMTP id 3D7B610B6D for ; Fri, 18 Jul 2003 21:41:25 +0200 (MEST) Original-Received: from vademecum (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtpzilla2.xs4all.nl (8.12.9/8.12.9) with SMTP id h6IJfLI0021433 for ; Fri, 18 Jul 2003 21:41:24 +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:12650 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12650 This is a multi-part message in MIME format. ------=_NextPart_000_0082_01C34D75.21E34240 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi Duncan, > I have the following test file: > > -- > \setupoutput[pdftex]\setupcolor[rgb]\starttext > > \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,arbitrage,stable} > > \stoptext > -- I have tried your code. If you setup framed then it works. Please refer to the attached inframed.tex Willi ------=_NextPart_000_0082_01C34D75.21E34240 Content-Type: application/octet-stream; name="inframed.tex" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="inframed.tex" %Highlighted items \setupoutput[pdftex]\setupcolor[rgb]\starttext \setupframed[linecorrection=3Don,frame=3Don,corner=3Dround,radius=3D3mm,o= ffset=3D1mm,width=3Dfit] \items[symbol=3Dnone,location=3Dtop]{% {\inframed {demand-pull inflation}}, {\inframed {in comparison}},capital-intensive } \items[symbol=3Dnone,location=3Dtop]{% fixed assets,entrepreneurs,as a result,implementation} \items[symbol=3Dnone,location=3Dtop]{% situation,monetary,system,arbitrage,stable} \stoptext ------=_NextPart_000_0082_01C34D75.21E34240--