[pstricks] projected mathematical label with, pst-solides3d

mathias legrand legrand.mathias at gmail.com
Mon Aug 30 18:56:28 CEST 2010


 > it is possible but only with the Symbol font:

\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]
\codejps{/Symbol findfont 20 scalefont setfont}
\psProjection[object=point,plan=monplan,
     name=A,
     text=a,
     pos=ur](-2,1.25)
\composeSolid
\end{pspicture}
\end{document}



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?

Thank you


More information about the PSTricks mailing list