I am using on Win7 x 64bit with standalone Context from
http://standalone.contextgarden.net/setup/context-setup-win64.zip
<http://standalone.contextgarden.net/setup/context-setup-win64.zip>

in \tex\texmf-context\tex\context\base\m-pstricks.mkii line 46 looks as
following:
    \loadpstrickscolors{colo-rgb.mkii}}

The following example does not yield anything

\usemodule[pstricks]

\starttext

 \startPSTRICKS

\pspicture(0mm,0mm)(30mm,30mm)

\psline(0,0)(3,3)

\endpspicture

\stopPSTRICKS

 \stoptext


Is there anything I am doing wrong?

Jeroen


2014-12-16 13:07 GMT+00:00 Herbert Voss <herbert.v...@fu-berlin.de>:
>
> Am 16.12.2014 um 11:35 schrieb luigi scarso:
>
>>
>>
>> On Tue, Dec 16, 2014 at 11:04 AM, Akira Kakuto <kak...@fuk.kindai.ac.jp
>> <mailto:kak...@fuk.kindai.ac.jp>> wrote:
>>
>>     Hi Luigi,
>>
>>         The example works if one copies colo-rgb.mkii as colo-rgb.tex in
>>         the same
>>         folder of the example ...
>>
>>
>>     It is OK by changing
>>
>>     line 46 in m-pstricks.mkii:
>>        \loadpstrickscolors{colo-rgb}}
>>     to
>>        \loadpstrickscolors{colo-rgb.__mkii}}
>>
>>     as Herbert said.
>>
>>     In the recent beta's, the change was already done.
>>
>>
>> yes right ---  I have downloaded the "current" into TL,
>> but one can do the same with the zips of "beta" and have the correct
>>   \loadpstrickscolors{colo-rgb.mkii}
>>
>
> I have a script cpCTX2TL which installs the current beta and
> then copies all relevant files into the current TL installation.
>
> Herbert
>
> ____________________________________________________________
> _______________________
> 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  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ____________________________________________________________
> _______________________
>
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to