From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16559 Path: main.gmane.org!not-for-mail From: Matthias Weber Newsgroups: gmane.comp.tex.context Subject: Math Diagrams in ConTeXt Date: Wed, 29 Sep 2004 13:53:23 -0500 Sender: ntg-context-bounces@ntg.nl Message-ID: References: <410D324B.9080903@mupad.de> <4142B1D0.5060208@wxs.nl> <415A713A.5070808@creutzig.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1096484024 10165 80.91.229.6 (29 Sep 2004 18:53:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Sep 2004 18:53:44 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Sep 29 20:53:30 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CCjZy-0006EV-00 for ; Wed, 29 Sep 2004 20:53:30 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 051D012780; Wed, 29 Sep 2004 20:53:30 +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 07932-07; Wed, 29 Sep 2004 20:53:28 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 323B61276D; Wed, 29 Sep 2004 20:53:28 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 634B11276D for ; Wed, 29 Sep 2004 20:53:27 +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 07963-05 for ; Wed, 29 Sep 2004 20:53:26 +0200 (CEST) Original-Received: from julesburg.uits.indiana.edu (unknown [129.79.1.75]) by ronja.ntg.nl (Postfix) with ESMTP id 9655A126F8 for ; Wed, 29 Sep 2004 20:53:26 +0200 (CEST) Original-Received: from mail-relay.iu.edu (stjoseph.uits.indiana.edu [129.79.1.78]) by julesburg.uits.indiana.edu (8.12.10/8.12.10/IUPO) with ESMTP id i8TIrNqf029377 for ; Wed, 29 Sep 2004 13:53:24 -0500 (EST) Original-Received: from [129.79.94.202] (129-79-94-202.dhcp-bl.indiana.edu [129.79.94.202]) (authenticated bits=0) by mail-relay.iu.edu (8.12.10/8.12.10/IUPO) with ESMTP id i8TIrM2S024622 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Wed, 29 Sep 2004 13:53:23 -0500 (EST) In-Reply-To: <415A713A.5070808@creutzig.de> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.619) 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: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16559 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16559 Hello all, I need to typeset a few (simple) diagrams in ConTeXt, like the ones mathematicians use, with arrows. In LaTeX, one can use pictex or DCpic. The latter claims also to work with ConTeXt, but I couldn't find an example. Has anybody managed to do something like this? (essentially, I only need something like Math Text ----------> Math Text ----------> Math Text | | | | | | | | | v v v Math Text ----------> Math Text ----------> Math Text sometimes also with diagonal arrows). Thanks