[OS X TeX] Missing accented vowels

Peter Dyballa Peter_Dyballa at Web.DE
Tue Apr 22 11:07:41 EDT 2008


Am 22.04.2008 um 15:55 schrieb Vittorio:

> What should I do to make them reappear?


You need to tell LaTeX in which encoding you decided to record these  
8-bit entities. For example:

   \usepackage[utf8]{inputenc}				% needed for XeTeX compatibility

(which I do not really recommend) or

   \usepackage[latin9]{inputenc}

which would suit your needs much better (contains €). Then also  
decide about

   \usepackage[T1]{fontenc}

and add

   \usepackage[full]{textcomp}

to be able to use ® or ©. You need this statement when you intend to  
use the utf8 input encoding.

--
Greetings

   Pete

Time flies like an error – but fruit flies like a banana!
                              (almost Groucho Marx)






More information about the MacOSX-TeX mailing list