From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20106 Path: news.gmane.org!not-for-mail From: "luigi.scarso" Newsgroups: gmane.comp.tex.context Subject: Rif: Re: dotted line for \framed ? Date: Tue, 26 Apr 2005 17:35:02 +0200 Message-ID: <426E5FA6.3020600@logosrl.it> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1114533095 21156 80.91.229.2 (26 Apr 2005 16:31:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Apr 2005 16:31:35 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Apr 26 18:31:31 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1DQSwf-0003id-PJ for gctc-ntg-context-518@m.gmane.org; Tue, 26 Apr 2005 18:29:57 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C392112805; Tue, 26 Apr 2005 18:35:14 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15251-04-7; Tue, 26 Apr 2005 18:35:11 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AAD1A127B3; Tue, 26 Apr 2005 18:35:11 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BC103127B3 for ; Tue, 26 Apr 2005 18:35:10 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15251-04-6 for ; Tue, 26 Apr 2005 18:35:10 +0200 (CEST) Original-Received: from ServerNotes.logosrl.it (unknown [81.208.99.91]) by ronja.ntg.nl (Postfix) with ESMTP id ED82012780 for ; Tue, 26 Apr 2005 18:35:09 +0200 (CEST) Original-Received: from [192.168.2.85] ([192.168.2.85]) by ServerNotes.logosrl.it (Lotus Domino Release 6.5.1) with ESMTP id 2005042618350861-202 ; Tue, 26 Apr 2005 18:35:08 +0200 User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: X-MIMETrack: Itemize by SMTP Server on ServerNotes/Logo(Release 6.5.1|January 21, 2004) at 26/04/2005 18.35.08, Serialize by Router on ServerNotes/Logo(Release 6.5.1|January 21, 2004) at 26/04/2005 18.35.10, Serialize complete at 26/04/2005 18.35.10 X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20106 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20106 Luigi Scarso wrote: > > > > >[OT] Can XYpic be used under Context ? I will try . > > > At least for me this works: \input xy \xyoption{frame} \starttext \framed[offset=10pt]{% \xy (0,0) *++=\hbox{text} *\frm{--} ; (50,0) *++=\hbox{text} *\frm{..} ; (100,0) *++=\hbox{text} *\frm{=} ; \endxy} \stoptext It can be a way to add some frame style without using metapost. luigi