>
>
> What is the sense of \startPSTRICKS ... \stopPSTRICKS ?
>

Maybe he meant:

\startpspicture

\stoppspicture

The actual macros of pstricks are defined in pstricks.tex and that is all
Plain TeX. I myself generally would do something like this in Plain TeX

\input pstricks
\pspicture(0,0)(2,2)
\psline(1,1)(2,2)
\endpspicture

\bye

and In LaTeX actually if you want to define an environment, you can use
\def\environment and \def\endenvironment. I guess then you could probably
use it in ConTeXt as

\startpspicture

\stoppspicture

and you can probable load pstricks by saying \usemodule[pstricks] or
anything that context uses.
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to