The current maintainers of PSTricks have an information page at http://www.tug.org/applications/PSTricks/.
PSTricks is a generic TeX package that may be called from either Plain TeX and its close relatives, or from Latex. As distributed, the package is set up to be used out of the box by users of standard Tex--dvips distributions, with installation consisting of placing the required .tex and .sty files in the appropriate TeX Input directories, and the .pro header files in locations searched by dvips. The default form of the crucial configuration file pstricks.con assumes that the \special inclusions follow the dvips model.
Users of Textures (a typesetting system for the Macintosh sold by Blue Sky Research) can use almost all features of the PSTricks package provided they have version 1.7 or higher, and they install the package as follows:
dvips/
, generic/
and latex/
into TeX Inputs
, or a subfolder of TeX Inputs
.pstricks.con
to pstricks.dvips
, and then rename textures.con
to pstricks.con
.pstricks.pro
:
%/STV { SDict begin normalscale end STP } def % %must be changed for Textures to read % /STV { Mag 72.27 72 div mul dup neg scale STP } def
With Textures, there is no dvips, and the production cycle is as follows, assuming you are using a Postscript printer with Laserwriter 8 or Adobe PSPrinter.
Under MacOS8.1, I had better luck with Adobe PSPrinter 8.5.1 than with Laserwriter 8.5, but Laserwriter 8.6 seems to function better than the Adobe driver under MacOS 8.5. In fact, under MacOS 8.5.1 and the Adobe driver, pst-node macros lead to Postscript errors. (Be aware that in installing AdobePSPrinter 8.5.1 overwrites the PrintingLib extension with a version incompatible with that installed with Laserwriter 8.6.) The new Adobe PSPrinter 8.6 has a bonus for Acrobat 4.0 users. With the Adobe PS printer driver and Create Adobe PDF (both downloadable from http://www.adobe.com/supportservice/custsupport/LIBRARY/5aa6.htm) creating a pdf file from Textures is a simple matter of printing with the "Create Adobe PDF" printer driver. In addition, that driver can be set up to call Acrobat or Acrobat Reader as soon as the pdf file is created. This gives a very handy means of viewing the pstricks output.
pst-text.tex
macros don't correctly generate text along a path using the above methods.
textures.def
that seems to fix the Latex problems with color rendition. It's preamble states that it is intended for Textures 2.0 and higher.
They also supplied a new pstricks.con
which improves pstricks
stability and
incorporates the patch to pstricks.pro
mentioned above.
The fixes for both these files are due to Ross Moore. They also supplied an update for
htexture.def
which fixes a number of problems using the hyperref
package
with Textures.]
\special{postscript ...}
truncates
Postscript inclusions of more than about 410 characters with the characters
"\ETC." effectively demolishing use of PSTricks in this version of Textures. According to Floyd at BlueSky, this bug in Textures' handling of
\special{postscript ...}
slipped into version 1.8.1 and is fixed in
versions 1.8.2 and higher. (This is also partly due to an ungraceful piece of the TeX code, which in the absence of sufficient string space, truncates the strings without warning and inserts \ETC.)