The harvard-style tag has no wiki summary.
3
votes
2answers
75 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.
...
0
votes
2answers
174 views
How to use HARVARD STYLE bibliography
I've just started using LaTeX in my assignments, and I've got some questions about the bibliography.
This are the commands I am using at the moment:
\bibliographystyle{amsplain}
...
8
votes
1answer
95 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
97 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 ...
4
votes
1answer
77 views
Changing “prefixes” in the Harvard bibliography
I am using the harvard-package for the bibliography of my reports, who are written i Norwegian. In my preamble i have the babel-package.
However, when I use i.e. the @inbook entry in my .bib-file, ...
2
votes
1answer
203 views
“TeX capacity exceeded” with hardvard package and url fields in bib file
When I try to compile the attached test document with MikTeX 2.9 updated to the latest packages, I get a
! TeX capacity exceeded, sorry [input stack size=5000].
error. I finally tracked down the ...
2
votes
1answer
130 views
harvard - modify \possessivecite
I am writing reports in norwegian, and I would like to modify the \possessivecite command of the harvard package to automatically add the possessive ' (just an apostrophe) in citations when the ...
5
votes
1answer
426 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 ...
7
votes
1answer
362 views
How do I use the Harvard citation style?
I am writing a 6000 word essay on the economic implications of cryptography and was wondering how to use Harvard referencing on latex as support seems somewhat limited.
If the support of Harvard ...
2
votes
3answers
488 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}
...
0
votes
1answer
260 views
Short harvard citation?
I need to cite the following way:
The first 3 Letters of the author + the year.
Example:
Kemper 2009 --> [Kem09]
But I don't have any clue how to do that!
1
vote
1answer
912 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
241 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
633 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
209 views
Showing what pages citations appear using the harvard style file
I am using the harvard package from CTAN to typeset my document. E.g.,
\documentclass{book}
\usepackage{harvard}
\begin{document}
...
\bibliographystyle{apsr}
\bibliography{mybib}
\end{document}
...
3
votes
1answer
795 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 ...
10
votes
3answers
5k views
Using Harvard referencing style
Can someone point me to some good instructions and resources on how to setup Harvard referencing style with bibtex in a LaTeX document? The final formatting of the bibliography should look as in this ...