So I am total newb to latex but am really enjoying working with it, its transformed the way I view creating word documents and want to create my first report using it.
At the end of my playtime where I created a document with images, table of contents, section headers and all sorts I started playing with the bibliography.
I want to use harvard referencing to ref a)book b)website c)journal but I am failing miserably I have tried so many different things here is where I am:
I am using
\usepackage[round, authoryear]{natbib}
and further down my document beford \end{document} i am using
Code: Select all
\bibliographystyle{abbrvnat}
\bibliography{Library}
Code: Select all
@misc{label,
author = "BBC News",
title = "Apple customer goes to the top for iPhone battery answer",
year = "2016",
url = "http://www.bbc.co.uk/news/technology"}
I would like
a book to show up as this in my latex document
Code: Select all
Goldman, A. (2015). Theory of Human Action. Princeton: Princeton University Press.
Code: Select all
Ennals, R. (2016). Artificial stupidity. AI & Soc.
Code: Select all
BBC News. (2016). Apple customer goes to the top for iPhone battery answer - BBC News. [online] Available at: http://www.bbc.co.uk/news/technology-35782865 [Accessed 11 Mar. 2016].
thank you