Hi at all i want to translate this template from applemac to utf8 how can i do?
thanks at all !
|
Before Lion it was possible to use the soft Cyclone but now another possibility is to use textedit ( I suppose that you work with a math ). In the prefs of textedit go to Preferences and choice the item Open and save ( I have the soft in french so I don't know exactly the texts) New choices opening encoding : Occidental : mac os roman save encoding : UTF8. Now you can open a file with mac roman and save it with UTF8. You can re-encode Tesi.tex from applemac to UTF8. It' s posible with textmate and with textwrangler (I suppose) If you want to convert a lot of files, you can use the command from the terminal
and then you need to change |
|||||
|
\usepackage[applemac]{inputenc}to\usepackage[utf8]{inputenc}inTesi.tex? – Gonzalo Medina May 26 '12 at 21:32applemacencoding. Just write your own thesis in the encoding you prefer. – egreg May 26 '12 at 22:07