Is it possible to use natbib together with the alpha style? It doesn't seem to be supported directly in the natbib package. What I mean is that there is no specific alpha-like natbib style, and if I use alpha directly I lose the possibility of citing author names and such with \citet... Does anybody know of an alpha style that would work with natbib?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
Here's a solution using biblatex:
|
|||
|
|

alpha.bst, or do you mean some variant of author-year citation styles? If it's the former, he style fileplainnat.bst, which is distributed withnatbib`, should serve your needs. Separately, have you actually tried to use thealphastyle file together withnatbib? – Mico Nov 18 '11 at 16:38