<HTML><BODY>
<DIV><FONT face=Arial>Dear all,</FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial>Thank you for your code on mailing list of pstricks. I 
have copied the code and paste it into the editor as below:</FONT></DIV>
<DIV><FONT face=Arial>
----------------------------------------------------</FONT></DIV>
<DIV>\documentclass{report}<BR>\usepackage{pstricks-add,pst-plot}<BR>
\begin{document}<BR>\begin{pspicture}(8.5cm, 3.5cm)<BR>\psset{xunit=10mm, 
yunit=60mm}<BR>\psplot[linecolor=gray, plotstyle=curve]{1}{7}{x 4 1 
GAUSS}<BR>\pscustom[linecolor=gray, plotstyle=curve, fillstyle=hlines, 
hatchcolor=gray]{%<BR>\psline(5.4,0)(5.4,0) \psplot[liftpen=1]{5.4}{7}{x 4 1 
GAUSS}}<BR>\psaxes[labels=none, ticks=x, 
ticksize=-1mm]{-&gt;}(4,0)(0,0)(8,.5)<BR>\uput[0]{0}(8,0){$t$}<BR>
\uput[180]{0}(4,.5){$\frac{1}{\sqrt{2\pi}}\mathrm{e}^{-\frac{t^2}{2}}$}<BR>
\uput[270]{0}(5.4,0){$x$}<BR>\uput[270]{0}(4,0){$0$}<BR>
\uput[270]{0}(5,0){$1$}<BR>\uput[270]{0}(3,0){$-1$}<BR>\end{pspicture}<BR>
\end{document}</DIV>
<DIV>-----------------------------------------------------------</DIV>
<DIV>and using a file, namely da.bat with the following content&nbsp;to 
generate the outcome, but it generates nothing.</DIV>
<DIV>&nbsp;</DIV>
<DIV>da.bat</DIV>
<DIV>----------------------------</DIV>
<DIV><FONT size=2>
<DIV>latex %1.tex</DIV>
<DIV>del %1.bm</DIV>
<DIV>del %1.aux</DIV>
<DIV>latex %1.tex</DIV>
<DIV>dvips.exe %1.dvi</DIV>
<DIV>C:\gs\gs8.50\bin\gswin32c.exe -sPAPERSIZE=a4 -dSAFER -dBATCH -dNOPAUSE 
-sDEVICE=pdfwrite -sOutputFile=%1.pdf -c save pop -f %1.ps</DIV>
<DIV>del %1.dvi</DIV>
<DIV>del %1.ps</DIV>
<DIV>del %1.out</DIV>
<DIV>del %1.not</DIV>
<DIV>del %1.aux</DIV>
<DIV>del %1.bm</DIV>
<DIV>del %1.toc</DIV>
<DIV>del %1.log</DIV>
<DIV>------------------------------------------</DIV>
<DIV>Could you suggest me what happends to this? Thank you.</DIV>
<DIV>&nbsp;</DIV></FONT></DIV>
<br>--------------<br>
Vietnam - Netherlands Programme for MA in Development Economics<br>
<a href="http://www.vnp.edu.vn">http://www.vnp.edu.vn</a><br>
</body></HTML>