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.} ...
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 ...
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. ...
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 ...
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 ...
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 ...
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 ...
2
votes
1answer
313 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 ...
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 ...
8
votes
1answer
589 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 ...
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?
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 ?