Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. documentclass[12pt]{article}
  2.  
  3. usepackage[backend=biber,style=authoryear]{biblatex}
  4.  
  5. addbibresource{tai_eco.bib}
  6.  
  7. title{Bibliographies with biber and biblatex}
  8. author{writeLaTeX}
  9.  
  10. begin{document}
  11. maketitle
  12. Lorem ipsum dolor sit amet cite{arnold2003fungal}.
  13. At vero eos et accusam et justo duo dolores et ea rebum cite{baas1934geobiologie}.
  14. printbibliography
  15. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement