<html dir="ltr"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta content="MSHTML 6.00.6001.18023" name="GENERATOR">
<style title="owaParaStyle">P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</style>
</head>
<body ocsi="x">
<p>Perhaps it is too early to answer this but...are there any plans to integrate pstricks into luatex. In particular, I am curious whether the following would be possible (perhaps in MiKTeX 2.8).</p>
<p>&nbsp;</p>
<p>\def\sqrtt{\lua{math.sqrt(2)}}</p>
<p>&nbsp;</p>
<p>\begin{pspicture}(-1,-1)(10,4)<br>
&nbsp; \psaxes{&lt;-&gt;}(0,0)(-1,-1)(10,4)<br>
&nbsp;&nbsp;&nbsp; \psplot[linecolor=blue]{0}{9}{x sqrt}<br>
\SpecialCoor<br>
&nbsp;&nbsp;&nbsp; \uput{5pt}[110](!2 dup sqrt){$\left(2,\sqrtt\right)$}<br>
\NormalCoor<br>
\end{pspicture}<br>
</p>
<p><font face="times new roman">regards</font></p>
<p><font face="times new roman">rick</font></p>
</body>
</html>