[pstricks] Why ps2pdf cannot handle this documet

Carsten Vogel texnicer at web.de
Fri Mar 4 07:31:22 CET 2011


Am 04.03.2011 02:37, schrieb Per Ting:
> This document is generated by GeoGebra.

Who does maintain this export? Are they part of the TeX-community?



When compiled with Miktex, latex
> and dvips give no error message but ps2pdf cannot generate the pdf file.
> Any clue?

Per, to be honest, I got a DVIPS error in all of the cases, for the 
reason Herbert (et. al.) mentioned already.
This worked fine for me!

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\documentclass[10pt]{article}
  \usepackage{pstricks-add}
  \pagestyle{empty}
  \begin{document}
  \newrgbcolor{ffqqtt}{1 0 0.2}
  \newrgbcolor{qqttff}{0 0.2 1}
  \psset{xunit=1.0cm,yunit=1.0cm,algebraic=true,dotstyle=o,dotsize=3pt 
0,linewidth=0.8pt,arrowsize=3pt 2,arrowinset=0.25}
  \begin{pspicture*}(-6.06,-5.78)(10.36,6.4)
 
\parametricplot[linewidth=1.2pt,linecolor=ffqqtt,fillcolor=ffqqtt,fillstyle=solid,opacity=0.25]{0.0}{6.28319}{3*cos(t)^3|5*sin(t)^5}
%%% as mentioned
  \rput{90}(0,0){\psellipse[linewidth=1.6pt,linecolor=qqttff](0,0)(5,3)}
  \end{pspicture*}
  \end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


More information about the PSTricks mailing list