LaTeX \skew Command — Horizontally adjust the positioning on accents, tilde, and hat etc.
Nov. 15, 2025 in Buffalo, United States • Updated Nov. 15, 2025
1
2
3
4
5
6
7
8
9
10
11
12
\documentclass{article}
\usepackage{amsmath}
\newcommand{\skewhat}[1]{\skew{2}\hat{#1}}
\begin{document}
$$\ddot{h} \iff \skew{-2}{\ddot}{h}$$
$$\hat{AB} \iff \skewhat{AB}$$
\end{document}

References