ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Jens-Uwe Morawski <morawski@gmx.net>
Subject: Re: Re: Help : pdf figure is black !
Date: Wed, 5 Mar 2003 18:27:14 +0100	[thread overview]
Message-ID: <20030305182714.32336b56.morawski@gmx.net> (raw)
In-Reply-To: <20030305151443.GA20646@ensta.fr>

On Wed, 5 Mar 2003 16:14:44 +0100
Maurice Diamantini <diam@ensta.fr> wrote:

 
> Hans Hagen said:
> 
> > 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.
> 
> Thank you: so I find the .../cont-tmf/tex/context/base/m-pstric.tex file
> and tried the following code.
> 
>     \Topic{Test intégrant du pstricks }
>     
>     % pstric
>     % \startPSTRICKS[offset=2pt] ... \stopPSTRICKS
>     
>     works in both dvi and pdf mode
>     \usemodule[pstric]
>     
>     A--
>     \startPSTRICKS
>       \pspicture(0,0)(10,10)
>         \dorecurse{10}{\psline(0,0)(\recurselevel,10)}
>         \dorecurse{10}{\psline(0,0)(10,\recurselevel)}
>       \endpspicture
>     \stopPSTRICKS
>     --B
> 
> But for now, it doesn't work 

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

  reply	other threads:[~2003-03-05 17:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-05 15:14 Maurice Diamantini
2003-03-05 17:27 ` Jens-Uwe Morawski [this message]
2003-03-06  9:02   ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030305182714.32336b56.morawski@gmx.net \
    --to=morawski@gmx.net \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).