From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24565 Path: news.gmane.org!not-for-mail From: Wolfgang Zillig Newsgroups: gmane.comp.tex.context Subject: usage of module pstricks? Date: Wed, 21 Dec 2005 14:38:43 +0100 Message-ID: <43A95AE3.8000003@student.kuleuven.be> 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 1135172443 15398 80.91.229.2 (21 Dec 2005 13:40:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Dec 2005 13:40:43 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Dec 21 14:40:40 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 1Ep4BQ-0006wM-Lb for gctc-ntg-context-518@m.gmane.org; Wed, 21 Dec 2005 14:39:08 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3C07912893; Wed, 21 Dec 2005 14:39:07 +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 26073-07-7; Wed, 21 Dec 2005 14:39:01 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C8BB21288D; Wed, 21 Dec 2005 14:39:01 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 279B81288D for ; Wed, 21 Dec 2005 14:38:52 +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 26073-07-6 for ; Wed, 21 Dec 2005 14:38:50 +0100 (CET) Original-Received: from nibbel.kulnet.kuleuven.ac.be (nibbel.kulnet.kuleuven.ac.be [134.58.240.41]) by ronja.ntg.nl (Postfix) with ESMTP id 9826A12887 for ; Wed, 21 Dec 2005 14:38:48 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by nibbel.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 5114B4C794 for ; Wed, 21 Dec 2005 14:38:48 +0100 (CET) Original-Received: from smtp01.kuleuven.be (octavianus.kulnet.kuleuven.ac.be [134.58.240.71]) by nibbel.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 88E374C613 for ; Wed, 21 Dec 2005 14:38:47 +0100 (CET) Original-Received: from [10.33.194.76] (dhcp-194-076.bwk.kuleuven.ac.be [10.33.194.76]) by smtp01.kuleuven.be (Postfix) with ESMTP id 44CC463E50 for ; Wed, 21 Dec 2005 14:38:44 +0100 (CET) User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en Original-To: mailing list for ConTeXt users X-Virus-Scanned: by KULeuven Antivirus Cluster X-Virus-Scanned: 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:24565 Archived-At: Hello, can anybody give me a minimal example how to use the module m-pstric.tex? I tried following minimal example: \usemodule[pstric] \starttext \startPSTRICKS \pspicture(0,0)(10,10) \dorecurse{10}{\psline(0,0)(\recurselevel,10)} \dorecurse{10}{\psline(0,0)(10,\recurselevel)} \endpspicture \stopPSTRICKS \stoptext But this results into a gray shaded box with the following content: "name:dummy, file: texweb-texapp.eps, state: unknown" Thanks Wolfgang