I am currently using the harvard style of referencing. However in the bibliography page, it currently prints the first name first followed by the last name. How do I change it around ? Also it currents print et al when there are more than two authors, which I don't want. How do change it ? Thanks
teotjunk
BibTeX, biblatex and biber ⇒ Harvard BibTex
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: Harvard BibTex
You can create your own bibliography style by typing 'latex makebst' and answering the questions that follow.
If you are only making minor changes, you can copy the harvard.bst file and edit it, but this requires some BibTeX know-how.
If you are only making minor changes, you can copy the harvard.bst file and edit it, but this requires some BibTeX know-how.
Re: Harvard BibTex
Have you looked at the natbib package? From your post I assume you are using the harvard package with bibtex. Natbib offers the features you seem to be asking for. The harvard style file despite it's name cannot do what you are asking it to do. \usepackage natbib and citation styles would seem to fit the result you are looking for.