Are there any bibliography styles that supports both ordering as in ieeetr and author-year (ie. John et al.)?
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.
|
Do you want autor-year citations plus an "unsorted" (i.e., sorted in order of first citation) bibliography? This is possible with both
(The filecontents environment is only used to include some external files directly into the example, so that it compiles. It is not necessary for the solution.) |
||||
|
|
natbib– Herbert Jan 11 '11 at 10:43usepackage{natbib}. A style for the bib maybe\bibliographystyle{plainnat}– Herbert Jan 11 '11 at 11:43