{amsrefs} is a bibliography formatting package provided by the AMS which supports inclusion of structured bibliographic information either directly in a LaTeX document file, or in a separate database.

learn more… | top users | synonyms

5
votes
0answers
69 views

Incompatibility between amsrefs and memoir?

I am having trouble trying to use amsrefs together with the memoir class. Here is a minimal example: \documentclass{memoir} \usepackage{amsrefs} \begin{document} Some text. \end{document} LaTeX ...