Math & Science ⇒ Widehat in mathmode
Widehat in mathmode
If I want a hat to appear over-top of many consecetive symbols I can use \widehat{abc} rather than \hat{abc}, but I can't seem to do it for the command \bar{abc}. Is there any way to widen the bar??
NEW: TikZ book now 40% off at Amazon.com for a short time.

Widehat in mathmode
Hi,
you could use the \overline command or perhaps the more sophisticated \overbracket command provided by the mathtools package:
you could use the \overline command or perhaps the more sophisticated \overbracket command provided by the mathtools package:
Code: Select all
\documentclass{article}
\usepackage{mathtools}
\begin{document}
$\overline{abc}$
$\overbracket[.7pt][0pt]{abc}$
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...