galgebra
galgebra copied to clipboard
atan2 printed out without its arguments when using xpdf
Dear all,
I seem to have come across a printing issue. The command xpdf generates a .tex file that does not entail the printing of the arguments of the inverse trig function atan2. When you cast an eye on the bit at fault in the .tex file, you can observe that the “\end{equation*}” arrives too soon, see zip file attached.
However, this phenomenon does not occur when using jupyter.
Look forward to hearing from you. kind regards, FB atan2_issue.zip
The relevant tex snippet:
\pmb{\mbox{atan2 is printed out without its arguments!}}
\begin{equation*} atan2(u,v) = atan_{2} \end{equation*}
\begin{equation*} atan(u/v) = \arctan{\left (\frac{u}{v} \right )} \end{equation*}
\end{document}
What's also weird is the subscript for 2, probably this is a lead.
I've checked the code to specifically handle atan and atan2, they seem harmless.