I was wondering what the best way is to write ≙ in LaTex? I have used
\hat{=}
and
\widehat{=}
but somehow am not very satisfied with the looks. Is there an alternative ?
Thank you!
I was wondering what the best way is to write ≙ in LaTex? I have used
\hat{=}
and
\widehat{=}
but somehow am not very satisfied with the looks. Is there an alternative ?
Thank you!
The package fdsymbol offers \hateq command:
\documentclass{article}
\usepackage{fdsymbol}
\begin{document}
\[
A \hateq B
\]
\end{document}
amssymbpackage and typing\triangleq? – Mico Jan 19 '20 at 16:59