I am using the amsplain style for the bibliography, but I do not want the dash instead of the names of duplicated authors.
I found this post Is it normal for BibTeX to replace similar author names with "------"? for IEEEtran style.
The amsref documentation says
Change the definition of
\sameauthorsif you don’t want to get a bysame dash.
How can I change the definition of \sameauthors command or do something similar to the post for amsrefs?
Edit: I am not using the amsrefs package. I only have a bib database and the lines:
\bibliographystyle{amsplain}
\bibliography{mybibfile}
If I add \usepackage{amsrefs} (thinking about using the nobysame option), I get lots of errors and the bibliography is not generated.

