Re: [NTG-context] PSTricks in Context
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. Best, Akira
On Tue, Dec 16, 2014 at 11:04 AM, Akira Kakuto
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} -- luigi
Am 16.12.2014 um 11:35 schrieb luigi scarso:
On Tue, Dec 16, 2014 at 11:04 AM, Akira Kakuto
mailto:kakuto@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
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
Am 16.12.2014 um 11:35 schrieb luigi scarso:
On Tue, Dec 16, 2014 at 11:04 AM, Akira Kakuto
mailto:kakuto@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 ____________________________________________________________ _______________________
On Wed, Dec 17, 2014 at 10:22 PM, Context NTG wrote:
I am using on Win7 x 64bit with standalone Context from 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?
Probably not, but the ConTeXt Minimals are missing support for PSTricks (there are a lot of tools missing, including many binaries). If you know how to install it, probably the easiest option to get PSTricks running on Windows would be W32TeX. (I could actually make a rsync-able complete version of W32TeX with a relative ease. It contains the latest version of all the tools, including ConTeXt. Maybe I should do that as MikTeX no longer supports ConTeXt, TeX Live has frozen ConTeXt and binaries, ConTeXt Distribution lacks some tools, and W32TeX is actually one of the best TeX collections for Windows around; its only drawback is the lack of an installer and updater – comparable to what MikTeX offers.) Mojca
Would you perhaps also have the instructions how to just add PST
to standalone ConTeXt, similar to TikZ is used in standalone ConTeXt. I
want to work with clean ConTeXt without all the overhead of MikTeX or any
other Windows version of TeX. In Standalone ConTeXt I work perfectly easy
with drawings in metapost, TikZ, and graphs with Gnuplot and R. I would
like to add PST to it, but was up to now unsuccessful.
Many Thanks
Jeroen
2014-12-18 14:29 GMT+00:00 Mojca Miklavec
On Wed, Dec 17, 2014 at 10:22 PM, Context NTG wrote:
I am using on Win7 x 64bit with standalone Context from 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?
Probably not, but the ConTeXt Minimals are missing support for PSTricks (there are a lot of tools missing, including many binaries). If you know how to install it, probably the easiest option to get PSTricks running on Windows would be W32TeX.
(I could actually make a rsync-able complete version of W32TeX with a relative ease. It contains the latest version of all the tools, including ConTeXt. Maybe I should do that as MikTeX no longer supports ConTeXt, TeX Live has frozen ConTeXt and binaries, ConTeXt Distribution lacks some tools, and W32TeX is actually one of the best TeX collections for Windows around; its only drawback is the lack of an installer and updater – comparable to what MikTeX offers.)
Mojca
___________________________________________________________________________________ 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
___________________________________________________________________________________
participants (5)
-
Akira Kakuto
-
Context NTG
-
Herbert Voss
-
luigi scarso
-
Mojca Miklavec