Welcome to yEd Q&A!
Here you can ask questions and receive answers from other members of the community and yEd developers. And you can tell us your most wanted feature requests.

Categories

how to put accent on some character such as x^hat

0 votes
I want to put hat (^) on some charater. It is a common notation to show some variables are estimated.

I  tried html tag but it did not work:

<hat>h</hat>
in Help by
edited

1 Answer

0 votes

HTML is the right way to go, however, the <hat> tag is  HTML 5 whereas yEd supports only HTML 3.2. Thus you need to use the appropriate entity instead of a tag:

<html><head></head><body><p>
x-bar = x&#772; or x&#x0304;
<br>
p-hat = p&#770; or p&#x0302;
</p></body></html>

by [yWorks] (160k points)
Legal Disclosure | Privacy Policy
...