Guest User

Untitled

a guest
Dec 14th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. documentclass[a4paper,12pt]{article}
  2. usepackage[style=phys]{biblatex}
  3.  
  4. addbibresource{Literature.bib}
  5.  
  6. begin{document}
  7. cite{ref1}
  8. cite{own1}
  9. cite{ref2}
  10. cite{own2}
  11.  
  12. printbibliography
  13. end{document}
  14.  
  15. @article{ref1,
  16. title = {asdf1},
  17. author = {asdf1}
  18. }
  19.  
  20. @article{ref2,
  21. title = {asdf2},
  22. author = {asdf2}
  23. }
  24.  
  25. @article{own1,
  26. title = {asdf},
  27. author = {ME}
  28. }
  29.  
  30. @article{own2,
  31. title = {asdf},
  32. author = {ME}
  33. }
Add Comment
Please, Sign In to add comment