Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. main.tex:
  2.  
  3. \documentclass{article}
  4. \usepackage[utf8]{inputenc}
  5. \usepackage{natbib}
  6. \bibliographystyle{agsm}
  7.  
  8. %Cheat-sheet för referenskommandon
  9. %https://www.imperial.ac.uk/media/imperial-college/administration-and-support-services/library/public/LaTeX-example-Harvard-apr-2019.pdf
  10.  
  11.  
  12. \title{TDA497 - Home Exam}
  13. \author{Oskar Lyrstrand}
  14. \date{October 2019}
  15.  
  16.  
  17. \setlength{\parindent}{0pt}
  18. \setlength{\parskip}{0.5em}
  19.  
  20. \begin{document}
  21.  
  22. \maketitle
  23.  
  24. \section{Introduction}
  25. In this \cite{Traffic}
  26.  
  27. \newpage
  28. \bibliography{sources}
  29.  
  30. \end{document}
  31.  
  32. library.bib:
  33.  
  34. @article{Traffic,
  35. author = {Kim, Y. and Falletta, J. and Kelly, S.},
  36. title = {Traffic is complex, but modelling using deceptively simple rules can help unravel what's going on},
  37. url = {https://theconversation.com/traffic-is-complex-but-modelling-using-deceptively-simple-rules-can-help-unravel-whats-going-on-92833},
  38. year = {2018-06-07},
  39. type = {Journal Article},
  40. urldate = {2019-05-16}
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement