Guest User

Untitled

a guest
Feb 23rd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. (main.aux)
  2. No file main.bbl.
  3.  
  4. LaTeX Warning: Citation 'einstein' on page 1 undefined on input line 22.
  5.  
  6. documentclass{article}
  7. usepackage[hyperref=true,
  8. natbib=true,
  9. style=authortitle-dw,
  10. backend=biber]{biblatex}
  11.  
  12. begin{filecontents}{jobname.bib}
  13. @article{einstein,
  14. author = {Albert Einstein},
  15. title = {the true about tree},
  16. journaltitle = {Annalen der Physik},
  17. year = {1905},
  18. volume = {322},
  19. number = {10},
  20. pages = {891--921}
  21. }
  22. end{filecontents}
  23. addbibresource{jobname.bib}
  24.  
  25. begin{document}
  26. Hallo world \
  27. cite{einstein}
  28. printbibliography
  29. end{document}
Add Comment
Please, Sign In to add comment