I have an equation as follows:
Code: Select all
\begin{equation}
W_w(x) = \sum_{i=1}^{n} {w_ix_{[i]}}
\end{equation}
Thesis.tex
(\usepackage{amsmath}
), Latex got an error "Package inputenc Error: Unicode char \u8: not set up for use with LaTeX." For me, Latex error doesn't provide helpful info. I don't know what is going wrong with the equation. I hope you will give me some explain. Thanks.yellow_tulip_84