Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Havard References

  • 09-04-2010 01:10AM
    #1
    Registered Users, Registered Users 2 Posts: 142 ✭✭


    Hi,

    I was just wondering how to get a good economics harvard style for references.

    thanks.


Comments

  • Registered Users, Registered Users 2 Posts: 8,452 ✭✭✭Time Magazine


    Do you mean the Harvard bibliography style, or do you mean you want your article to look like it's in the Quarterly Journal of Economics?


  • Registered Users, Registered Users 2 Posts: 142 ✭✭chave


    hi Time,

    I basically want my references to look like (Surname year)
    I heard aer.bst will make that happen but I hear i need to put in some
    packages at the start namely harvard, aer, aertt, and ulem packages.

    using plain at the moment and it looks kak as it puts a number in.

    any ideas?


  • Registered Users, Registered Users 2 Posts: 8,452 ✭✭✭Time Magazine


    Yeah you will need to copy the harvard.sty files (read here) or install the economic pacakge (read here) or in fact I think it's a default in natbib.

    Natbib will probably do it for you once it's installed. Your basic code should look like this:

    \documentclass{article}
    \usepackage{natbib}
    \begin{document}

    My favourite article ever is \cite{solow56}. The theoretical contribution was way better than \cite{mrw91}.

    \bibliographystyle{harvard}
    \bibliography{mybibfilename}
    \end{document}


  • Registered Users, Registered Users 2 Posts: 142 ✭✭chave


    thanks time. natbib worked great.


  • Registered Users, Registered Users 2 Posts: 8,452 ✭✭✭Time Magazine


    chave wrote: »
    thanks time. natbib worked great.

    You're welcome, glad to hear :)


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 241 ✭✭lyders


    Cheers for the help...just started my masters dissertation, and so back to using LaTex...didn't realise how much i'd forgotten!


Advertisement