Dear All,
I dont know why Latex do not like this equation
\begin{equation}
%\labe{x}
\phi = \atan((X_0 + X)/Y)
\end{equation}
and report an error Stating: 'Undefined Control Scheme'!!!!
Thanks
General ⇒ Errors in latex.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Errors in latex.
Hi Sam,
\atan is undefined. But you could define this operator in your preamble:
This requires the amsmath package.
Stefan
\atan is undefined. But you could define this operator in your preamble:
Code: Select all
\DeclareMathOperator{\atan}{atan}
Stefan
LaTeX.org admin