9 Marzo 2012 alle 16:07
#70828
::
Ciao.
Ho provato, per curiosità, a compilare un file con il tuo preambolo e ho ottenuto il seguente avvertimento:
`
…
(ucs) You seem to have loaded inputencoding utf8
(ucs) (LaTeX kernel UTF-8) instead of utf8x (ucs.sty UTF-8).
(ucs) Probably you are compiling a document written for a
(ucs) pre-august-2004 ucs.sty.
…
`
Sostituendo \usepackage[utf8]{inputenc} con \usepackage[utf8x]{inputenc} non dovrebbero più esserci problemi.
Claudio