From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11204 Path: main.gmane.org!not-for-mail From: Jens-Uwe Morawski Newsgroups: gmane.comp.tex.context Subject: Re: Re: Help : pdf figure is black ! Date: Wed, 5 Mar 2003 18:27:14 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <20030305182714.32336b56.morawski@gmx.net> References: <20030305151443.GA20646@ensta.fr> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1046885352 6430 80.91.224.249 (5 Mar 2003 17:29:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 5 Mar 2003 17:29:12 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Mar 05 18:29:11 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18qchM-0001eU-00 for ; Wed, 05 Mar 2003 18:28:56 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id DABB410B44; Wed, 5 Mar 2003 18:29:23 +0100 (MET) Original-Received: from mail.gmx.net (pop.gmx.net [213.165.65.60]) by ref.ntg.nl (Postfix) with SMTP id 58E3D10B1B for ; Wed, 5 Mar 2003 18:27:48 +0100 (MET) Original-Received: (qmail 23605 invoked by uid 0); 5 Mar 2003 17:27:47 -0000 Original-Received: from port1044.fra.ginko.net (HELO melior.localdomain) (212.202.66.28) by mail.gmx.net (mp005-rz3) with SMTP; 5 Mar 2003 17:27:47 -0000 Original-To: ntg-context@ntg.nl In-Reply-To: <20030305151443.GA20646@ensta.fr> X-Mailer: Sylpheed version 0.8.9 (GTK+ 1.2.10; i586-pc-linux-gnu) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:11204 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11204 On Wed, 5 Mar 2003 16:14:44 +0100 Maurice Diamantini wrote: =20 > Hans Hagen said: >=20 > > btw, there is a module m-pstricks that some of the users on this > > list are using that you can use to directly include pstricks code. >=20 > Thank you: so I find the .../cont-tmf/tex/context/base/m-pstric.tex file > and tried the following code. >=20 > \Topic{Test int=E9grant du pstricks } > =20 > % pstric > % \startPSTRICKS[offset=3D2pt] ... \stopPSTRICKS > =20 > works in both dvi and pdf mode > \usemodule[pstric] > =20 > A-- > \startPSTRICKS > \pspicture(0,0)(10,10) > \dorecurse{10}{\psline(0,0)(\recurselevel,10)} > \dorecurse{10}{\psline(0,0)(10,\recurselevel)} > \endpspicture > \stopPSTRICKS > --B >=20 > But for now, it doesn't work=20 as in LaTeX PSTricks requires \special to insert the PS-code in the output. pdfTeX has no \special and that would even not work if pdfTeX has it, since PSTricks requires the capabilities of a PS interpreter that pdfTeX not provides. Thus, use PSTricks with DVI output or PDF and start MetaPosting ;) Jens