Dear Statalisters,
I have trouble with the Greek letter tau in graph titles.
Running
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.
Any idea anyone?
Thanks
I have trouble with the Greek letter tau in graph titles.
Running
Code:
sysuse auto.dta, clear scatter price mpg, title("This is {&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}")
Thanks
Comment