I am trying to define the "less-than" Symbol "<" as a math-accent via the "accents" package of Javier Bezos.
\documentclass{minimal}
\usepackage{fontspec}
\usepackage{accents}
\begin{document}
$\accentset{<}{A}$
\end{document}
However, I get the following error message:
! LaTeX Error: Command `\acute' already defined.
Leaving out the fontspec-package does the trick. Unfortunately, I need it for the rest of the document. Is there a way to get around this problem?
