Hello
Does anyone know how to make intext citations of the kind: 'Lindblom (1997: 23)' in harvard style agsm?? In my field the citations need to look like this and I have no clue as to make them look like that. The closest I can get to is Lindblom (1997, p. 23) -- NOT what I need!!!
Please, help!
BibTeX, biblatex and biber ⇒ author (year: page)
NEW: TikZ book now 40% off at Amazon.com for a short time.
author (year: page)
If you're using natbib, you can do this:
Then \citet[23]{lindblom97} will do what you want.
No clue what to do if you're not using natbib.
Code: Select all
\usepackage{natbib}
\setcitestyle{notesep={: }}
No clue what to do if you're not using natbib.
-
- Posts: 15
- Joined: Sat Jul 25, 2009 12:54 am
Re: author (year: page)
Thanks very much. Maybe I should start using natbib too. Will try it with a different project.
Many thanks.
Many thanks.