Code: Select all
\frown {AB},\; \frown {ABC}
\frown {AB},\; \frown {ABC}
for arc from A, B or arc determined by 3 points, but what is the proper way of tex them?Thanks.
Code: Select all
\frown {AB},\; \frown {ABC}
\frown {AB},\; \frown {ABC}
for arc from A, B or arc determined by 3 points, but what is the proper way of tex them?NEW: TikZ book now 40% off at Amazon.com for a short time.
\frown
is not a standard command.Code: Select all
\documentclass{article}
\usepackage{fourier}
\begin{document}
$\widearc{AB} \quad \widearc{ABC}$
\end{document}
\overarc{...}
.NEW: TikZ book now 40% off at Amazon.com for a short time.