\'e
I read é but I would like to read "è". \usepackage[latin1]{inputenc}
doesn't work, the only way is \usepackage[italian]{babel} \usepackage[T1]{fontenc}
, but work correctly only in the main, in the chapter which I include with command \input{name_chapter}
the commands does not work.How can I resolve this problem?