Search found 3 matches

by hubert
Sat Dec 15, 2007 6:15 am
Forum: Document Classes
Topic: No image - PStricks
Replies: 17
Views: 17389

Re: No image - PStricks

True. However when you plot graphs and want to refer to a function value directly, you still need RPN for the "(! )" (\SpecialCoor) statements.

Hence my own learning path (only started this year!) was to use infix-RPN, place a \RPN somewhere and learn how to translate between infix & RPN myself.
by hubert
Thu Dec 13, 2007 12:27 pm
Forum: Document Classes
Topic: No image - PStricks
Replies: 17
Views: 17389

No image - PStricks


Does anyone know how this expression (Poisson distribution) is expressed with RPN? (need it in RPN form to plot in PStricks)

[url]http://www.matematikk.net/cgi-bin/mimetex.cgi?F(x)%20=%20\frac{e^{-0.68}*0.68^{x}}{x!}[/url]

F(x) = \frac{e^{-0.68}*0.68^{x}}{x!}




And by the way, this forum ...
by hubert
Thu Dec 13, 2007 12:13 pm
Forum: Document Classes
Topic: PS Tricks vs. tikz
Replies: 2
Views: 4437

Re: PS Tricks vs. tikz

WinEDT's PDFTexify option can be changed to run dvi --> ps --> pdf (dvips + Ghostscript)

Go to Options | Execution Modes | TeX Output | PDF Texify method and you'll find the right radio button.

I teach mathematics at the secondary level, and heavily rely on pst-eucl, pst-math and pstricks-add, as ...