[pstricks] TeXtoEPS

Herbert Voss Herbert.Voss at fu-berlin.de
Thu Sep 13 08:40:47 CEST 2007


Adam Fenn wrote:
> When I run the following example from the pst-eps documentation the 
> resulting eps file has a lot of white space below the spiral. How do I 
> remove this?
>
>
> \documentclass{article}
> \usepackage{pst-eps}
> \usepackage{pst-plot}
> \pagestyle{empty}
> \begin{document}
>
> \begin{TeXtoEPS}
>   \begin{pspicture}(-3.7,-3.7)(3.7,3.7)
>     \parametricplot[plotpoints=1000]{0}{3600}{t dup cos 1000 div mul t dup 
> sin 1000 div mul}
>   \end{pspicture}
> \end{TeXtoEPS}
>
> \end{document}
>   

cannot see this. I used
dvips -E file.dvi -o file.eps

Herbert




More information about the PSTricks mailing list