Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. % Only generate citations. Build with latexmk -pdf
  2. \documentclass{article}
  3. \begin{document}
  4.  
  5. \nocite{*}
  6. \bibliographystyle{plain}
  7. \bibliography{mybib}
  8. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement