Guest User

Untitled

a guest
May 24th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. ## test.tex
  2. \documentclass{article}
  3. \usepackage{charter}
  4. \begin{document}
  5. Hello.\cite{frank}
  6.  
  7. \bibliography{wizards}
  8. \bibliographystyle{unsrt}
  9. \end{document}
  10.  
  11. ## wizards.bib
  12. @Book{frank,
  13. author = {\textbf{Shelley, Mary}},
  14. title = {Frankenstein},
  15. publisher = {Dover},
  16. year = 1994,
  17. address = {New York}}
Add Comment
Please, Sign In to add comment