<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Myriad Pro">Dear Zbigniew,<br>
<br>
</font>
<blockquote cite="mid:49E0D8DA.3050607@FU-Berlin.DE" type="cite">
  <pre wrap="">Zbigniew Nitecki schrieb:
  </pre>
  <blockquote type="cite">
    <pre wrap="">In the following, I want to place the text labeling each face slanted, as if it 
were written on the face itself.
I have tried various viewpoint and viewangle values;  these appear to have no 
effect whatsoever on the text.
How can I slant the text so that it appears written on the appropriate face, as 
the two labels x+z=1 and y+z=1 are
supposed to?

    </pre>
  </blockquote>
</blockquote>
<font face="Myriad Pro"><br>
here a try with the pst-solides-3d, however i do not get the MATHMODE
for text on start...<br>
<br>
\documentclass{article}<br>
\usepackage{pstricks}<br>
\usepackage{pst-solides3d}<br>
\begin{document}<br>
\begin{pspicture}(-4,-1.5)(4,1.5)<br>
\psset{solidmemory}<br>
\psset{lightsrc=10 0 10,viewpoint=30 30 30 rtp2xyz,Decran=50}<br>
\axesIIID(0,0,0)(2,2,2)<br>
\psPolygonIIID[linecolor=black,<br>
fillstyle=solid,fillcolor=lightgray,<br>
linewidth=0.5pt](1,1,0)(-1,1,0)(0,0,1)(1,1,0)<br>
\psSolid[object=plan,<br>
definition=normalpoint,<br>
args={0 0.5 0.5 [0 1 1 180]},<br>
name=MyPlane,<br>
action=none]<br>
\psProjection[<br>
object=texte,<br>
fontsize=8,<br>
linecolor=red,<br>
pos=bc,<br>
plan=MyPlane,<br>
text={y+z=1},<br>
](0,0)%<br>
\composeSolid<br>
\end{pspicture}<br>
\end{document}<br>
</font><br>
<br>
Hope this helps.<br>
<br>
Regards,<br>
<br>
Juergen<br>
</body>
</html>