{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.
14
votes
1answer
548 views
Hyperlinks to a bibliography are one line off
I have long despaired of resolving the following glitch: if I am using hyperref with amsrefs, then all \cite links to the bibliography point to the line right below where they are supposed to. Here ...
10
votes
2answers
603 views
When should I use amsrefs instead of regular bibtex ?
I've heard (and read) about the new amsrefs system for citations. Is there a good explanation of the pros/cons of amsrefs vis-a-vis bibtex ?
9
votes
2answers
97 views
Duplication of citation labels in amsrefs with shortalphabetic option
I'm having a problem with the citation labels automatically produced by amsrefs package when used with shortalphabetic option. Suppose that I have two authors with the same last name initial, say Aaa ...
8
votes
1answer
588 views
How to convert .bib generated by Mendeley for use with amsrefs
I'm using TeX live 2010.
I have a .bib file generated from Mendeley, and
I want to use that with amsrefs, but it's confusing and
the amsrefs documentation is somewhat hard to follow:
how do I ...
6
votes
1answer
1k views
Changing the font size of a bibliography using BibTeX with the amsrefs package
I am using BibTeX with the amsrefs package to create a bibliography. The output of the bibliography looks to be of a slightly smaller font size that that of the ambient document, and it's imperative ...
6
votes
1answer
194 views
Is it possible to cite a webpage using amsrefs?
I'm (becoming) familiar with amsrefs' limited bibliography entry types and would like to know how one could add an entry type for citing a web page.
According to the documentation for the package ...
5
votes
1answer
684 views
Change definition of \sameauthors to turn off by same dash
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 ...
5
votes
2answers
250 views
Two amsrefs bibliographies, with different label styles
How can I convince amsrefs to use in one biblist the alphabetic style and in another biblist the numeric style?
5
votes
1answer
350 views
How to change citation style in amsrefs?
I want to use the alphabetic style of citation in amsrefs, e.g. I want [Kr03] instead of just [1]. The documentation says that there is an option to do this, but I couldn't figure out how to invoke ...
5
votes
1answer
159 views
How to change the appearance of the optional argument of \cite in amsrefs?
Continuing my odyssey with oldstyle numbers, I'd like to disable them also in the optional (second) argument of \cite{...}*{...} in amsrefs. Any hints how to do that? (I'm using XeLaTeX, but this is ...
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 ...
3
votes
1answer
117 views
How to change bibliography style from [1] to 1
I know that several people have already asked this question, but for some strange reason the suggestions are not working.
I have tried inserting:
\makeatletter
\renewcommand\@biblabel[1]{#1.}
...
2
votes
1answer
230 views
How to change the appeareance of bibliography item labels in amsrefs?
Assume that I'd like to set the item labels in the "references" list in amsrefs in, say, boldface (or in lining numbers - I have oldstyle numbers set throughout the document). I can do it in ...
2
votes
3answers
1k views
How do I modify a .bbl file to change the label which appears in my document when it is cited.
How do I modify a .bbl file to change the label which appears in my document when something is cited?
Despite indicating in this question that I know how to do this, I have forgotten and can't manage ...
2
votes
1answer
312 views
Changing the language of an amsrefs generated bibliography
Using amsrefs for generating a bibliography, is there a way to change the language it uses, for instance, for separating multiple authors?
Amsrefs does not seem to care about the language parameter ...
1
vote
1answer
105 views
amsrefs package problem
I am using the amsrefs package with the author-year option. I want to delete the author's initial from the \cite command by using the amsrefs package. can anybody suggest how to achieve this?
e.g. ...
0
votes
1answer
48 views
How to mark different bibliographies with different letters in amsrefs?
It seems that amsrefs strikes again! I'd like to have more than one bibliography, and in the first one, the entries should be marked, say, as [A1], [A2] etc., in the second, say, [B1], [B2] etc. and ...