Guest User

Untitled

a guest
Jul 17th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.63 KB | None | 0 0
  1. \begin{filecontents}{\jobname.bib}
  2. @article{rao:2014,
  3.    title={Causes of Sudden Cardiac Death on Autopsy Findings; a Four-Year Report},
  4.    author={Rao, Dinesh, and Sood, Divya, and Pathak, P, and Dongre, Sudhir D},
  5.    journal={Journal  of Emergency-An Academic Emergency Medicine},
  6.    volume={2},
  7.    number={1},
  8.    pages={12-17},
  9.    year={2014}
  10. }
  11. \end{filecontents}
  12.  
  13. \documentclass{book}
  14.  
  15. % If using APA bibliography style
  16.  
  17. %\usepackage[natbibapa]{apacite}
  18. %\bibliographystyle{plainnat}
  19. \usepackage{natbib}
  20. \bibliographystyle{apalike}
  21.  
  22. \begin{document}
  23. \citet{rao:2014}
  24. \bibliography{\jobname.bib}
  25. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment