User Portlet User Portlet

Discussions
Hello, I would like to have a tilde over an italic p with the FontFamily "Times". I tried following: In[4]:= Style[OverTilde[p], FontFamily -> "Times", 20, Italic] but the overtilde appears to far on the right side for my...
ok I found the solution myself: In[12]:= FindMaximum[{x - 2 x^2 && x > 0}, x, WorkingPrecision -> 8] Out[12]= {0.12500000, {x -> 0.24995000}} (that is && insted of ,) However still I am wondering what made the difference and why with Maximize...