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

Referencing

  • 01-06-2011 3:06am
    #1
    Closed Accounts Posts: 5,727 ✭✭✭


    Hi guys,

    I'm new to the sexy joy of LaTeX, (:pac:) and I'm struggling with getting my .bib file working.
    My code is as follows:
    \documentclass[a4paper,12pt]{article} \usepackage{natbib}
    \linespread{1.5}
    \begin{document}


    blahblah \cite{Adams2003} blahdiblah


    \bibliographystyle{harvard}
    \bibliography{method practice}
    \end{document}
    @ARTICLE{Adams2003, AUTHOR="Adams, M and Cooper, J. and Collar, N",
    TITLE="Extinct and Endangered ('E&E') birds; a proposed list for collection catalogues",
    JOURNAL="BOC",
    ISSUE = "BOC Supplement 228",
    YEAR=2003,


    When I compile, my .tex file comes out fine, exactly as I want it except there is no references and I have little [?] where ever I have put /cite.


    I can't seem to work out how to associate the .bib and .tex to make them play nice.


Comments

  • Closed Accounts Posts: 39,022 ✭✭✭✭Permabear


    This post has been deleted.


  • Closed Accounts Posts: 5,727 ✭✭✭reallyrose


    Ah, that was it. Thanks!

    I was going mad and the solution was staring me in the face. :pac:


Advertisement