I started to learn/use LaTeX for the past few days. I have tried math input such as
Code: Select all
$$\int{\frac{1}{\sqrt{x^2\pm a^2}}}\,dx = \ln{(x+ \sqrt{x^2 \pm a^2})}+C$$
\tan
in the document somewhere before, and it was fine, but now...It doesn't like my
\tan
function, with the console
Code: Select all
! Missing number, treated as zero.
<to be read again>
x
l.49 \frac{\tan x}{x}
=1
?
\ln
, even \tanh
works...but it hates \tan
. I have no idea why...Please help!Thankyou