Arc symbol over three letters

Is there a way to use Latex in the equation editor to create an arc over more than two letters?

\overset \frown {ABC} makes a (too) small arc. Pages doesn't recognize the latex command \overarc {ABC} or \overset {\large \frown} {ABC}.

MacBook Pro 15″, macOS 11.1

Posted on Jan 20, 2021 12:25 PM

Reply
Question marked as Top-ranking reply

Posted on Jan 20, 2021 2:27 PM

Anything that you enter into the Pages equation editor, be that LaTeX or MathML syntax passes through a blahtex converter that filters out anything that it does not support (and that is a great deal). Thus, all of those useful LaTeX packages that could help you implement a wide frown are excluded, and the best that I can whip up with the inherent converter limitations is this:


\scriptscriptstyle{\overset{\frown}{\mathsf{ABC}}}


which produces this:



2 replies
Question marked as Top-ranking reply

Jan 20, 2021 2:27 PM in response to Ileen

Anything that you enter into the Pages equation editor, be that LaTeX or MathML syntax passes through a blahtex converter that filters out anything that it does not support (and that is a great deal). Thus, all of those useful LaTeX packages that could help you implement a wide frown are excluded, and the best that I can whip up with the inherent converter limitations is this:


\scriptscriptstyle{\overset{\frown}{\mathsf{ABC}}}


which produces this:



Jan 21, 2021 11:16 AM in response to VikingOSX

And if you had access to MacTeX distribution, the following will compile in TeXShop and produce the following in a PDF:


% compile with XeLaTeX -> frown.pdf
\documentclass[letter,16pt]{extbook}
\usepackage{graphicx,amsmath}
\newcommand\bigfrown[2][\textstyle]{\ensuremath{%
  \array[b]{c}\text{\scalebox{2}{$#1\frown$}}\\[-1.4ex]#1#2\endarray}}

\begin{document}
foo \bigfrown{ABC} bar
\end{document}


This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Arc symbol over three letters

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.