Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Havard References

  • 09-04-2010 2: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