I have a very long document. If I add this code
Si chiama spazio misurabile ogni coppia $(\Omega ,\mathcal{A})$, dove $\Omega\neq\emptyset$ e $\mathcal{A}$ è una $\sigma$-algebra in $\Omega$.
Gli insiemi $\mathcal{M}\in\mathcal{A}$ vengono detti insiemi misurabili.
It give the following error:
Package inputenc Error: Unicode char \u8: not set up for use with LaTeX
The funny thing is that if I put the code above into a MWE (for definition) it work. I cannot understand what's up.
\documentclass{article} %WORKING!!!!
\begin{document}%then same text than above
Si chiama spazio misurabile ogni coppia $(\Omega ,\mathcal{A})$, dove $\Omega\neq\emptyset$ e $\mathcal{A}$ è una $\sigma$-algebra in $\Omega$.
\end{document}
inputencfor example, as the error comes from that. – Torbjørn T. May 10 '16 at 13:16Package inputenc Error: Unicode char \u8: not set up for use with LaTeXin a document that doesn't load theinputencpackage, but then, I could be ignorant. – Torbjørn T. May 10 '16 at 13:22