From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34575 Path: news.gmane.org!not-for-mail From: Dirard Mikdad Newsgroups: gmane.comp.tex.context Subject: Re: XYPic Date: Fri, 4 May 2007 14:57:09 +0200 Message-ID: <20070504125708.GA20686@mira.math.leidenuniv.nl> References: <20070427124649.GA9582@scheme> <20070501091829.GA16734@scheme> <20070502081405.GA31718@scheme> <20070502142007.GA6545@scheme> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1178283644 17371 80.91.229.12 (4 May 2007 13:00:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 4 May 2007 13:00:44 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri May 04 15:00:41 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1HjxOr-0006wB-15 for gctc-ntg-context-518@m.gmane.org; Fri, 04 May 2007 15:00:41 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 570D120097; Fri, 4 May 2007 15:00:40 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02756-08; Fri, 4 May 2007 15:00:38 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0F42620086; Fri, 4 May 2007 14:57:15 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A5F1620086 for ; Fri, 4 May 2007 14:57:12 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00377-09-15 for ; Fri, 4 May 2007 14:57:10 +0200 (CEST) Original-Received: from spica.math.leidenuniv.nl (spica.math.leidenuniv.nl [132.229.231.52]) by ronja.ntg.nl (Postfix) with ESMTP id 6527C20085 for ; Fri, 4 May 2007 14:57:10 +0200 (CEST) Original-Received: from mira.math.leidenuniv.nl (mira.math.leidenuniv.nl [132.229.230.2]) by spica.math.leidenuniv.nl (Postfix) with ESMTP id F11285BD2F for ; Fri, 4 May 2007 14:57:09 +0200 (CEST) Original-Received: by mira.math.leidenuniv.nl (Postfix, from userid 789) id C902427F4B; Fri, 4 May 2007 14:57:09 +0200 (CEST) Content-Disposition: inline In-Reply-To: X-Accept-Language: nl, en, fr X-Mailer: Mutt -> http://www.mutt.org/ X-Editor: ..When things get rough, try vim! -> http://www.vim.org/ X-Operating-System: Linux 2.6.17-gentoo-r4 X-Location: Amsterdam, The Netherlands (les Pays-Bas) X-Uptime: 14:53:19 up 247 days, 3:38, 34 users, load average: 0.89, 1.09, 1.12 User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:34575 Archived-At: Luigi, It works! Grazie mille, Dirard * On 04/05/07 at 02:40 luigi scarso wrote: > On 5/2/07, Dirard Mikdad wrote: > > I save the following code in a file, say tt.tex. > > Then I just run texec tt.tex. > > It compiles. The problem is that the universal arrow is not displayed > > as it should; i.e. a dotted arrow. > > > > --- > > \input xy > > \xyoption{all} > > \starttext > > \startformula > > \xymatrix{ > > & W \ar[dr]^{f_2} \ar@{.>}[d]_{f} \ar[dl]_{f_1} &&\\ > > X & X \times Y \ar[l]_{p_1} \ar[r]^{p_2} & Y } > > \stopformula > > \stoptext > > --- > > %% > %% put a space between \ar and @ > %% > \input xy > \xyoption{all} > \starttext > \startformula > \xymatrix{ > & W \ar[dr]^{f_2} \ar @{.>}[d]_{f} \ar[dl]_{f_1} &&\\ > X & X \times Y \ar[l]_{p_1} \ar[r]^{p_2} & Y } > \stopformula > \stoptext > > Maybe there is a clean solution. > > -- > luigi > ---------------------------------------------------------------- > If your question is of interest to others as well, please add an entry > to the Wiki! > > maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : https://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > ___________________________________________________________________________________ > If your question is of interest to others as well, please add an entry to the Wiki! > > maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : https://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > ___________________________________________________________________________________ ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________