Dear Statalisters,

I have trouble with the Greek letter tau in graph titles.

Running
Code:
sysuse auto.dta, clear
scatter price mpg, title("This is {&tau}")
I get "T" in the title instead of the intended tau.

Strangely, when I try with beta, I do get the Greek beta. Running the following works perfectly.
Code:
sysuse auto.dta, clear
scatter price mpg, title("This is {&beta}")
Any idea anyone?

Thanks