2
votes
0answers
35 views

Ghostscript Error when doing multiple slices with pst-solides3d

I'm trying to represent a polytope, but it seems that GhostScript doesn't let me slice a cube more than once. In particular, I tried the following: \psset{unit=0.6cm,labelsep=20pt} ...
5
votes
2answers
469 views

Why can't I get pstricks with auto-pst-pdf (and cropping) running on MikTeX?

\documentclass{minimal} \usepackage[pdf]{pstricks} \begin{document} \begin{pspicture}(-5.25,-5.25)(5.25,5.25)% \pscircle*[linecolor=cyan]{5} ...
4
votes
1answer
393 views

\rput does rotate my whole document

When using \rputwith the rotation parameter it seems to rotate my whole document if the rotated text is longer then the non-rotated text. See this minimal example: \documentclass[dvips]{article} ...
2
votes
1answer
281 views

Ghostscript error with a surface in pst-solides-3d

I'm discovering the extremely cool pst-solides-3d package. The code \documentclass{article} \usepackage{pstricks} \usepackage{pst-solides3d} \begin{document} \begin{pspicture}(0,0)(3,5) ...