Guest User

Untitled

a guest
Dec 10th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. begin{filecontents}{test.bib}
  2. @online{gates,
  3. author = {Bill Gates}
  4. title = {Save the world!
  5. url = {https://www.gatesfoundation.org/de/},
  6. date = {2016-07-04},
  7. organization = {Bill and Melinda Gates Foundation}
  8. }
  9. }
  10. end{filecontents}
  11.  
  12. documentclass{article}
  13. usepackage[style=authortitle]{biblatex}
  14. addbibresource{test.bib}
  15. begin{document}
  16. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.footcite{gates}
  17. printbibliography
  18. end{document}
  19.  
  20. DefineBibliographyStrings{english}{
  21. urlseen = {visited on}
  22. }
Add Comment
Please, Sign In to add comment