I'm pretty new in LaTeX (and not so good in English).
I've been writing on a report, and of cause I'm writing it in LaTeX. But my bibliography, puts out [author,year] in text, and i really would like to have it in numbers [1], for minimizing the disturbing in reading the report. I'm using natbib package and havard.bst.
I've tried to use ieeetr.bst but it's building with an error, says that it isn't compatible with natbib. Anyone have a .bst file compatible with natbib, that puts number in my text instead of author and year?
From my preamble:
Code: Select all
\usepackage[numbers]{natbib}
\bibpunct[,]{[}{]}{;}{a}{,}{,}
\bibliographystyle{bibtex/harvard}