Search found 2 matches

by mungovan
Mon Jun 13, 2011 11:51 pm
Forum: General
Topic: Correctly formatting citations
Replies: 1
Views: 1543

Correctly formatting citations

Hi,

Anyone any ideas how to fix this, tried everything and can't find a solution:

Basically I'm using the standard Latex report format and I want to reference authors as in:

In Sterman (2000) we find that.... OR
Some research has shown (Sterman, 2000) that...

I had previously achieved this ...
by mungovan
Mon Jun 13, 2011 10:25 pm
Forum: General
Topic: Creating references
Replies: 1
Views: 1523

Creating references

Hi,

Basically I have a latex tex file using:
\documentclass[11pt]{report}
and
\usepackage[comma,authoryear]{natbib}
It shows references in the resulting document in the form: (Granovetter 73) where I want them to be in the form: (Granovetter, 1973). Basically I am unable to just reference the year ...