The package amsrefs is in conflict with the document class qt2018author (of a journal).
I got the following error: ! LaTeX Error: Command \eprint already defined. I guess the problem comes from the fact that the field \eprint should appear in both.
How to solve this problem without removing amsrefs?
Below is a simple example where the problem appears:
\documentclass{qt2018author}
\usepackage{amsrefs}
\begin{document}
\begin{bibdiv}
\begin{biblist}
\bib{p3}{article}{
author={Palcoux, Sebastien},
title={Euler totient of subfactor planar algebras},
journal={Proc. Am. Math. Soc.}
volume={146},
number={11},
date={2018},
pages={4775--4786},
doi={10.1090/proc/14167}
}
\end{biblist}
\end{bibdiv}
\end{document}
Here is the error message:
! LaTeX Error: Command \eprint already defined.
Or name \end... illegal, see p.192 of the manual.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.2820 \newcommand{\eprint}[1]{\url{#1}}
