[pstricks] pst-math

Luis Sequeira lfsequeira at gmail.com
Thu Mar 14 12:39:59 CET 2013


> I wonder if for the pst-math function the option algebraic works ?

Yes. The algebraic option is defined in pstricks-add, so if you have both

\usepackage{pstricks-add}
\usepackage{pst-math}

then you can use the functions defined in pst-math with the algebraic notation, e.g.

\psset{algebraic=true}
\psplot{-10}{10}{2*SIN(x)+1}

instead of 

\psplot{-10}{10}{x SIN 2 mul 1 add}


Luis Sequeira




More information about the PSTricks mailing list