[pstricks] PSTricks Digest, Vol 87, Issue 8

Marco Daniel marco.daniel at mada-nada.de
Fri Apr 9 13:07:44 CEST 2010


Hi,

> It works, if you put the \fancypage-definition after
> \usepackage{pst-3dplot}.
\documentclass{article}
\usepackage[ngerman]{babel}
\usepackage{fancybox}
\makeatletter
\AtBeginDocument{%
   \@ifpackageloaded{pstricks}{%
      \fancypage{\psframebox[framesep=.2cm]}{\psframebox[framesep=-.7pt]}
      }{}
}
\makeatother
\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}

regards
Marco


More information about the PSTricks mailing list