On Thu, 09 Jan 2003 09:24:33 +0100
Hans Hagen
At 07:26 PM 1/8/2003 +0100, you wrote:
dvips -G0 -Ppdf file(.dvi) -o (file.ps)
so, there should be:
\immediate\write18{dvips -G0 -Ppdf \bufferprefix pstricks -o}%
That looks good. I tried to change that and run a file that should produce a pdf but I got the same error again though. Do I have to refresh some files or so? (It really isn't a problem for me anymore since I have changed the default output from dvips to be a .ps file now, but since the default value is to send it to the lpr printer other users who haven't done this change will still have the problem)
actually, ps2pdf should also be replaced (will do that later)
(where the things in () can be left out).
2) I also see in the m-pstric.tex file that only multido, pstricks and pst-plot are loaded. Is there a way to make it an option what packages to load. There are alot of nice pstrick packages I think (pst-3d,pst-fill,pst-char and so on...)
For LaTeX users there is also a pst-all.sty that easily loads all pstricks packages. A similar pst-all.tex or an option to load them all would also be nice.
How does that list look?
Hans
It seems that the list is (according to the files in my /usr/share/texmf/tex/generic/pstricks/ dir) multido.tex pst-3d.tex pst-blur.tex pst-char.tex pst-coil.tex pst-eps.tex pst-fill.tex pst-ghsb.tex pst-gr3d.tex pst-grad.tex pst-key.tex pst-node.tex pst-plot.tex pst-poly.tex pst-slpe.tex pst-text.tex pst-tree.tex pstricks.tex =========== This is how the pst-all.sty looks like here: cat /usr/share/texmf/tex/generic/pstricks/pst-all.sty \ProvidesPackage{pst-all}[1997/03/25 all pstricks tools] % this loads the color package and pstricks in the right order \usepackage{pstcol} % Require a color.cfg file defined \usepackage{pst-grad} \usepackage{pst-plot} \usepackage{pst-coil} \usepackage{pst-text} \usepackage{pst-char} \usepackage{pst-node} \usepackage{pst-3d} \usepackage{pst-eps} \usepackage[tiling]{pst-fill} \usepackage{pst-tree} \usepackage{multido} \endinput ============ Micke P