How can I put an arc symbol above a letter?
30 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Michael
il 15 Ago 2019
Risposto: Walter Roberson
il 15 Ago 2019
Hello.
I need to put an arc above a letter (or some letters). Adding a bar or a had is simple, i.e.,
\bar{a}
or
\hat{a}
but
\arc{a}
or
\overarc{ab}
is not supported. Is this possible in matlab to add an arc symbol using Latex notation?
0 Commenti
Risposta accettata
Walter Roberson
il 15 Ago 2019
$\widehat{ab}$
gives something arc-ish
$\stackrel{\frown}{ab}$
gives an arc, if not the prettest of them. Or
$\frown \atop ab$
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su LaTeX in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!