[pstricks] projected mathematical label with, pst-solides3d

Herbert Voss Herbert.Voss at FU-Berlin.DE
Mon Aug 30 19:25:48 CEST 2010


Am 30.08.2010 18:56, schrieb mathias legrand:

> Thanks. Since I do not want the dot, I tried with object=texte instead
> of object=point but it does not work. How can I then remove the dot?

\documentclass{article}
\usepackage{pst-solides3d}
\begin{document}

\begin{pspicture}(-3,-3)(4,3.5)%
\psframe*[linecolor=blue!50](-3,-3)(4,3.5)
\psset{viewpoint=50 30 15,Decran=60,solidmemory}
\psSolid[object=plan,definition=equation,
    args={[1 0 0 0] 90},planmarks,name=monplan]
\psProjection[object=texte,PSfont=Symbol,
  fontsize=20,plan=monplan,text=a](-2,1.25)
\end{pspicture}

\end{document}

Herbert


More information about the PSTricks mailing list