[pstricks] GeoGebra and PSTricks-Export

Loïc xlogo at free.fr
Fri Jun 19 21:00:57 CEST 2009


Olaf Möller a écrit :
> Hi at all,
>
> GeoGebra as a nice algebraic-Software has the feature to export graphics to
> PSTricks.
>
> But the run with latex produces a lot of errors. Without the options in
> \psaxes
> it works fine. Can someone explain why?
>
> Here is the code:
> -----------
>
> \documentclass[10pt]{article}
>
> \usepackage{pstricks,pstricks-add,pst-math,pst-xkey}
>
> \pagestyle{empty}
>
> \begin{document}
>
> \psset{xunit=1.0cm,yunit=1.0cm,algebraic=true,dotstyle=*,dotsize=3pt 0,linewidth=0.8pt,arrowsize=3pt 2,arrowinset=0.25}
>
> \begin{pspicture*}(-4.36,-3.84)(7.14,7.66)
>
> \psaxes[labelFontSize=\scriptstyle,xAxis=true,yAxis=true,Dx=1,Dy=1,ticksize=-2pt 0,subticks=2]{->}(0,0)(-4.36,-3.84)(7.14,7.66)
>
> \pscircle(1.24,2.38){4}
>
> \psdots[linecolor=blue](1.24,2.38)
>
> \rput[bl](1.32,2.5){\blue{$A$}}
>
> \rput[bl](-0.76,5.38){$c$}
>
> \end{pspicture*}
>
> \end{document}
>
> ------------------
>
> thanks in advance
>
> Olaf
>
>   
It seems you need to upgrade your pstricks package.
The option "labelFontSize=\scriptstyle" seems not to be supported by 
your package pstricks-add.

Solution: Upgrade or just remove labelFontSize=\scriptstyle

Best

Loïc






More information about the PSTricks mailing list