Why does this MWE result in an error?
\documentclass{article}
\usepackage{pgfmath}
\pagestyle{empty}
\begin{document}
\pgfmathparse{atan2(5,2)}
\pgfmathresult
\end{document}
From what I've read in the documentation, I've loaded all the appropriate packages. In particular, on page 525, the manual says that if I don't want the full package of pgf then I can just load pgfmath.
\pgfmathatantwoI get an undefined control sequence error. Even when I followed the linked solution. – A.Ellett Jun 25 '13 at 03:54tikzthe command\pgfmathatantwodoesn't work either. I guess it's a bug ofpgf. – Leo Liu Jun 25 '13 at 04:17\usepackage{pgfmath}with\usepackage{pgfkeys}\input{pgfutil-common}\input{pgfmath.code}– Alan Munn Jun 25 '13 at 04:20\pgfmathatantwomacro doesn't work. But the alternative syntax in your sample document does work. – Alan Munn Jun 25 '13 at 04:22tikzand the features it provides, but it's just too buggy. I tried following @PaulGaborit 's suggestion about how to update to the most current cvs version, but I get compilation errors. – A.Ellett Jun 25 '13 at 04:26