The math accent looks ugly if I compile my beamer slides with xelatex.
Here is the MWE:
\documentclass{beamer}
\usepackage{amsfonts,amsmath,amssymb,amsthm}
\begin{document}
\begin{frame}[plain]
$\hat x$
\end{frame}
\end{document}
The math accent looks ugly if I compile my beamer slides with xelatex.
Here is the MWE:
\documentclass{beamer}
\usepackage{amsfonts,amsmath,amssymb,amsthm}
\begin{document}
\begin{frame}[plain]
$\hat x$
\end{frame}
\end{document}
pdftexbefore Ariel Barton wrote thesansmathaccentspackage, which nowadays is loaded by default bybeamer. (See https://tex.stackexchange.com/q/4192/82917.) Apparentlyxetexdoesn't understand that. – campa Jan 22 '21 at 08:30\AtBeginDocument {\DeclareSymbolFont{pureletters}{OT1}{mathkerncmss}{m}{sl} \SetSymbolFont{pureletters}{bold}{OT1}{mathkerncmss}{bx}{sl}}, but if you use the bm package, perhaps more it needed. – Ulrike Fischer Jan 22 '21 at 09:01