[pstricks] pst-3dplot and fancybox conflict

Herbert Voss Herbert.Voss at FU-Berlin.DE
Fri Apr 9 12:03:07 CEST 2010


Am 09.04.2010 10:06, schrieb Christian Hoffmann:

> yesterday I updated pstricks from CTAN. Now I have a Problem with
> pst-3dplot and fancybox. Here is an example
> 
> \documentclass{article}
> \usepackage[ngerman]{babel}
> \usepackage{fancybox}
> \fancypage{\psframebox[framesep=.2cm]}{\psframebox[framesep=-.7pt]}
> \usepackage{pst-3dplot}
> 
> \begin{document}
> \begin{pspicture}(-3,-1.7)(5,4)
>   \pstThreeDCoor[Alpha=60,Beta=20]
>   \pstThreeDDot[drawCoor=true,dotsize=5pt](1,1,1)
> \end{pspicture}
> \end{document}
> 
> After compilation I get the ghostscript error:
> 
> Error: /undefined in tx at Dict
> 
> It works, if you put the \fancypage-definition after
> \usepackage{pst-3dplot}. But my fancypage-Definition hides inside a
> cls-file.

put \listfiles as first line into your document and send
the file list

Herbert


More information about the PSTricks mailing list