2
votes
0answers
97 views

Problem with natbib and agsm style not showing Vol No and Pp in references

I am using natbib with the agsm style, if i have an entry as; @article{Buchko2007, author = {Buchko, Aaron A.}, title= {The effect of leadership on values-based management}, year = {2007}, journal ...
1
vote
1answer
263 views

natbib: use the harvard referencing system

I've been scouting various websites, including stackexchange looking for an easy solution to make natbib work within my tex file so to use the harvard referencing system. I've only managed to get one ...
0
votes
1answer
336 views

Harvard Style Citation and Bibliography

I am new to LaTeX and I am having problems with my bibliography. What I want : I am writing my thesis and I want to have Harvard style citation and bibliography. ...
4
votes
1answer
139 views

Using natbib with agsm

I am using natbib and agsm for harvard style referencing. My related code is \usepackage{natbib} \bibliographystyle{agsm} Then I am using \citep{} for citations. My problem is that in text I am ...
3
votes
1answer
496 views

How to get harvard style through “agsm”

I wan't to use harvard style in my paper. I'm using TeXMaker and natbib. I got agsm.bst downloaded. But it's not helping. I'm using these commands \documentclass{article} \usepackage{natbib} ...
3
votes
1answer
932 views

Fine tuning natbib for agsm bibliography style, and adding links

Lovely day. I am quite new to LaTeX but picking things up fast. One area which is confusing me greatly is getting my bibliography to work just how I like it. I have settled on natbib with agsm style ...
1
vote
1answer
154 views

Modifying natbib \citep

I need to use a "modified Harvard" citation style for one of my papers, in which the citation should look like (Jones, 1990:99) where the author is Jones, the year is 1990 and the page is 99. ...
4
votes
2answers
557 views

Question mark shown instead of citation using harvard

I am getting [?] when citing using harvard. If I use \citeasnoun I get the citation. How do I solve this problem. I am using TeXnicCenter with MikTeX 2.9 and installed the harvard package. ...
9
votes
1answer
854 views

No hyper refs from citation to bibliography using BiBTeX, hyperref and harvard

I am trying to get internal hyperrefs from citation to the bibliography page. I am using BiBTeX, the harvard package, the hyperref package with optional [hidelinks]. The latter works fine to me on the ...
0
votes
1answer
302 views

Problem organising Harvard bibliography

Please help! My thesis bibliography is formatted in a modified Harvard-esque style (natbib). My examiners have requested that multiple papers by the same first author are cited in date order, but I ...
5
votes
1answer
2k views

How to hide URL from bibliography by using a harvard style?

I want my bibliography without URL fields. After modifying natbib here: \newcommand\harvardurl[1]{\textbf{URL:} \textit{#1}} to \newcommand\harvardurl[1]{} I noticed a blank line where the URL ...
2
votes
3answers
1k views

Why do hyperref and harvard not work together properly?

In my current work, I cannot seem to get the packages harvard and hyperref to work together properly. A small example: \documentclass[12pt,a4paper]{scrreprt} \usepackage[utf8x]{inputenc} ...
1
vote
1answer
4k views

Best style (.bst) for Harvard bibliography with Natbib using LyX

Learning LaTeX and using LyX. I'm using BibTeX and natbib.sty for citing. Which .bst is the best for Harvard bibliographies? elsearticle-harv.bst is the closest one I have come across. I have tried to ...
2
votes
1answer
592 views

Removing parentheses from date only in bibliography with natbib

I am using natbib with agsm style to achieve Harvard style referencing. Is there any way to remove the parenthesis around the year in the references section (not the citations in the main text)? I ...
2
votes
2answers
840 views

BibTeX style always uses ampersand regardless of choice in makebst

I've now twice generated a bst file using makebst. Regardless of my choice when asked whether to use "and" or "&" for 3+ authors in the reference list, the style always uses "&". I would very ...
3
votes
1answer
1k views

Putting different types of references in natbib harvard style.

I am using natbib and its agsm style for the harvard style reference formatting in my report. A sample would be like this. Kivi, A. (2009), ‘Measuring mobile service usage: methods and measurement ...