Drawing accented characters

Hi all,

I am using successfully ROOT for making drawings
(although some editors do not like the boxed legend :frowning: ).
Now I tried to reproduce some of my graphs with accented characters
(like é, á, ó). I looks fine on the screen, but produces something
strange when saving it in .EPS format.
(for example, the á will be printed as ‘ae’, etc).
Is there any trick I missed?

Thanks

Janos

Use the latex symbols described in class TLatex:
// ** Accents
// ----------
// #hat{a} = hat
// #check = inversed hat
// #acute = acute
// #grave = agrave
// #dot = derivative
// #ddot = double derivative
// #tilde = tilde

Rene