<div dir="ltr">Your <font face="courier new, monospace">\uput</font> is malformed. The syntax is<div>  <font face="courier new, monospace">\uput*{<labelsep>}[<refangle>]{<rotation>}(<x>,<y>){<stuff>}</font></div>

<div>Some of the components are optional (even though they are braced). You <i>might</i> be after an interface that resembles</div><div>  <font face="courier new, monospace">\uput[d]{0}(! 2 1.4 mul 1.8){$t$}</font></div>
<div>
I don't really know what you're after though, so my selection could be completely wrong.<font face="courier new, monospace"><br></font></div><div><br></div><div>As reference, see the <a href="http://mirror.ctan.org/graphics/pstricks/base/doc/pstricks-doc.pdf"><font face="courier new, monospace">pstricks</font> documentation</a>, specifically section <b>24 Placing and rotating whatever</b> on page 43.</div>

<div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Nov 3, 2013 at 8:18 AM, Juergen Rose <span dir="ltr"><<a href="mailto:rose@rz.uni-potsdam.de" target="_blank">rose@rz.uni-potsdam.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">If I use the following code, it works:<br>
<br>
\begin{pspicture}[showgrid=true](\xpsmin,\ypsmin)(\xpsmax,\ypsmax)<br>
  \psaxes[]{->}(0,0)(-0.3,-0.3)(\xmax,\ymax)<br>
<br>
  \psdot[linecolor=cyan](! 2 45 cos mul 2 45 sin mul)<br>
<br>
  \pstGeonode(\yCthree,\zCthree){C_3}(\yCfour,\zCfour){C_4}<br>
  \pstGeonode[PointName={}](\yCfourProj,\zCfourProj){C4P}<br>
  \pstGeonode[PosAngle=180](\yA,\zA){A}<br>
<br>
  \ncline{C_4}{A}<br>
  \ncline{A}{C_3}<br>
  \ncline{C_3}{C_4}<br>
<br>
  \ncline{C_4}{C4P}<br>
<br>
  \rput(! 2 1.4 mul 1.8){$t$}<br>
\end{pspicture}<br>
<br>
If I replace the last rput statement with a uput statement, it fails<br>
with:<br>
<br>
...<br>
( FP-UPN ( FP-MUL ) ( FP-ADD ) )<br>
! Use of \uput@ii doesn't match its definition.<br>
l.53   \uput(!<br>
               2 1.4 mul 1.8t$}<br>
?<br>
<br>
Is this intentional or do I make something wrong?<br>
<br>
In the attachment there is a working example main_0_article.tex with<br>
rput and a failing example main_1_article.tex.<br>
<br>
<br>
<br>
<br>_______________________________________________<br>
PSTricks mailing list<br>
<a href="mailto:PSTricks@tug.org">PSTricks@tug.org</a><br>
<a href="http://tug.org/mailman/listinfo/pstricks" target="_blank">http://tug.org/mailman/listinfo/pstricks</a><br>
archive: <a href="http://www.tug.org/pipermail/pstricks/" target="_blank">http://www.tug.org/pipermail/pstricks/</a><br></blockquote></div><br></div>