To depict the Fourier transform of the Fourier transform of a function f, I want to make two widehats over each other as in \widehat{\widehat{f}}, however, this makes the widehats not immediately over each other. How would one make the widehats immediately above each other?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
|||
|
Do you need the wide version? AMS provides
Actually amsmath contains code to make stacked widehat work but it is commented out for some reason. If you copy the code and uncomment widehat you get:
The
|
|||||||||||
|



$\skew{5.5}\widehat{\widehat{f}}$or$\skew{1.2}\widehat{\widehat{g}}$. I'm afraid that one has to fine tune them by hand. – egreg May 6 '12 at 22:32