Chicoine Martin schrieb:
> In the following example, some lines are too long :
yes, that seems to be really buggy. Maybe I'll find some time
at weekend.
Herbert
> \documentclass{article}
> \usepackage{pst-3dplot}
> \begin{document}
>
> \begin{pspicture}(0,2)(3,6)
> \psCylinder(0,0,3){.5}{1}
> \end{pspicture}
>
> \end{document}