I am using Texmaker, and I am having a problem about the use of language packages. I have tried to use the Italian Babel, writing the following:
\usepackage[italian,english]{babel}
and then either
\selectlanguage{Italian}
text
or
\begin{otherlanguage*}{italian}
text
\end{otherlanguage*}
but neither work, and my text is not showing the symbols proper of Italian language like a,è,ì,ò,ù. Can you help me?
áinstead of\'a) you need\usepackage[utf8]{inputenc}(assuming your editor isutf8encoded). Or a very recent LaTeX kernel. – campa May 16 '18 at 15:59\usepackage[utf8]{\inputenc}and\usepackage[T1]{fontenc}? – Bernard May 16 '18 at 15:59