<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Marco et al,<div><br></div><div>Yep. Here is my example:</div><div><br></div><div><div>\documentclass{article}</div><div><br></div><div>\usepackage{amsmath}</div><div>\usepackage{amssymb}</div><div>\usepackage{pstricks}</div><div>\usepackage{pst-bar}</div><div>\usepackage{pst-plot}</div><div>\usepackage{pst-tree}</div><div>\usepackage{pst-eucl}</div><div>\usepackage{pst-solides3d}</div><div>\usepackage{pstricks-add}</div><div><br></div><div>\SpecialCoor</div><div><br></div><div>\usepackage{xcolor}</div><div>\definecolor{shadecolor}{gray}{0.9}</div><div>\definecolor{darkgreen}{rgb}{0,0.625,0}</div><div>\definecolor{darkred}{rgb}{0.625,0,0}</div><div><br></div><div>\begin{document}</div><div><br></div><div>\psset{unit=0.25}</div><div>\begin{pspicture}(-11,-11)(11,11)</div><div>\psgrid[gridlabels=0pt,gridcolor=lightgray,subgriddiv=1](0,0)(-10,-10)(10,10)</div><div>\psaxes[arrowscale=1.5,arrows=&lt;-&gt;,ticks=none](0,0)(-11,-11)(11,11)</div><div>\uput[0](11,0){$x$}</div><div>\uput[270](10,0){10}</div><div>\uput[270](-10,0){$-10$}</div><div>\uput[90](0,11){$y$}</div><div>\uput[180](0,10){10}</div><div>\uput[180](0,-10){$-10$}</div><div>\psplot[linecolor=blue,algebraic=true,arrows=&lt;-&gt;,arrowscale=1.5]{-7.5}{2.5}{2*x+5}</div><div>\end{pspicture}</div><div><br></div><div>\end{document}</div><div><br></div><div>Crashes with:</div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">! You can't use `macro parameter character #' in restricted horizontal mode.</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">\in@ #1#2-&gt;\def \in@@ ##1#1##</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2##3\in@@ {\ifx \in@ ##2\in@false \else \in@tru...</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">l.32 ...rows=&lt;-&gt;,arrowscale=1.5]{-7.5}{2.5}{2*x+5}</div><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; min-height: 14.0px">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br class="webkit-block-placeholder"></p><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">?&nbsp;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">It compiles if you comment out \usepackage{pst-solides3d}.</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">David</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; "><br></div></div><div><div>On Jun 27, 2009, at 2:03 AM, Marco Daniel wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hello,<br><br><br>i do not know the reason but it helps when you use the option algebraic with out any key:<br><br>\documentclass{article}<br>\usepackage{hyperref}<br>\usepackage{pifont}<br>% \newsubfloat{figure}<br>% \newsubfloat{table}<br>\usepackage{graphicx}<br>\usepackage{amsmath}<br>\usepackage{amssymb}<br>\usepackage{pstricks}<br>\usepackage{pst-bar}<br>\usepackage{pst-plot}<br>\usepackage{pst-tree}<br>\usepackage{pst-eucl}<br>\usepackage{pst-solides3d}<br>\usepackage{pstricks-add}<br><br><br>\begin{document}<br>\begin{psgraph}[labels=none,ticks=none](0,0)(-8,-20)(3,10){10cm}{10cm}<br>\psplot[linecolor=blue,algebraic,arrows=&lt;-&gt;,arrowscale=1.5]{-7.5}{2.5}{2*x+5}<br><br>\end{psgraph}<br>\end{document}<br><br>regards<br>Marco<br><br><br>_______________________________________________<br>PSTricks mailing list<br><a href="mailto:PSTricks@tug.org">PSTricks@tug.org</a><br>http://tug.org/mailman/listinfo/pstricks<br></div></blockquote></div><br></div></body></html>