From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23758 Path: news.gmane.org!not-for-mail From: Fabrice Larribe Newsgroups: gmane.comp.tex.context Subject: How is it possible to include DraTex code in Context ? Date: Thu, 24 Nov 2005 23:55:13 -0500 Organization: UQAM, Math Message-ID: <43869931.4050405@uqam.ca> 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 1132921855 11079 80.91.229.2 (25 Nov 2005 12:30:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 Nov 2005 12:30:55 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Nov 25 13:30:42 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 1Efch4-0000vB-1z for gctc-ntg-context-518@m.gmane.org; Fri, 25 Nov 2005 13:28:46 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 991E31287D; Fri, 25 Nov 2005 13:28:35 +0100 (CET) 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 03262-02-6; Fri, 25 Nov 2005 13:28:33 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B686712873; Fri, 25 Nov 2005 13:28:18 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 47CCA12849 for ; Fri, 25 Nov 2005 05:55:25 +0100 (CET) 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 32018-04 for ; Fri, 25 Nov 2005 05:55:24 +0100 (CET) Original-Received: from tomts20-srv.bellnexxia.net (tomts20.bellnexxia.net [209.226.175.74]) by ronja.ntg.nl (Postfix) with ESMTP id C53C512846 for ; Fri, 25 Nov 2005 05:55:23 +0100 (CET) Original-Received: from [192.168.1.4] ([67.68.198.72]) by tomts20-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20051125045521.GEMB26550.tomts20-srv.bellnexxia.net@[192.168.1.4]> for ; Thu, 24 Nov 2005 23:55:21 -0500 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl X-Originating-IP: [0] X-Virus-Scanned: amavisd-new at ntg.nl X-Mailman-Approved-At: Fri, 25 Nov 2005 13:28:14 +0100 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:23758 Archived-At: Hi, I'm presently doing my first steps with Context, which seems absolutly wonderfull... so thanks to the developper(s). In the past, I was using plain tex with a macro package called DraTex to draw all sorts of things; so I have a "library" of figures which I would like to resuse in Context. I have seen no specific reference in the Context manual(s) about the compatibility of Context with others plain tex packages. When I do: "\input DraTex.sty \input AlDraTex.sty" I have the message "No room for a new \dimen"... If I load only the first package (DraTex), this works, but for advances things, I need AlDraTex. So the question: how is it possible to include DraTex code in Context ? Thanks for any help. Fabrice L. Ps: I know metafun exists !