Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. -------------
  2. %=numeric,citestyle
  3. \usepackage[
  4. style=numeric,% style alphabetic or numeric
  5. citestyle=numeric,%similar to style
  6. sorting=nyt,%name -year -title
  7. sortcites=true,
  8. autopunct=true,
  9. autolang=hyphen,
  10. hyperref=true, % if the citation is the link to bibliography
  11. abbreviate=false, %back ref in short or long version
  12. backref=true, % gives the info where the bib was cited (pages)
  13. backend=biber,
  14. sorting=none,
  15. defernumbers=true]{biblatex}
  16. \addbibresource{bibliography.bib} % BibTeX bibliography file
  17. \defbibheading{bibempty}{}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement