Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. @article{1testing,
  2. title={Title 1},
  3. author={Zanthony1, Anthony2 and Anthony3},
  4. journal={Journal 1},
  5. volume={24},
  6. number={2},
  7. pages={258--300},
  8. year={1992},
  9. publisher={Springer}
  10. }
  11.  
  12. @article{2testing,
  13. title={Title 2},
  14. author={Zanthony1, Anthony2 and Anthony3},
  15. journal={Journal 2},
  16. volume={24},
  17. number={2},
  18. pages={200--264},
  19. year={1992},
  20. publisher={Springer}
  21. }
  22.  
  23. usepackage[backend=biber, style=authoryear, citestyle=authoryear]{biblatex}
  24. cite{1testing}
  25. cite{2testing}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement