Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. This is the source .tex without the actual contents and with irrelevant section etc tags taken out
  2.  
  3. \documentclass{article}
  4. \title{}
  5. \author{}
  6. \date{}
  7. \usepackage{graphicx}
  8. \usepackage[colorlinks]{hyperref}
  9. \usepackage{hyperref}
  10. \hypersetup{citecolor=black}
  11. \hypersetup{urlcolor=blue}
  12. \hypersetup{linkcolor=black}
  13. \usepackage{multicol}
  14. \begin{document}
  15. \begin{abstract}
  16. \cite{NSF_1}
  17. \end{abstract}
  18. \section{Figures and references}
  19. \bibliographystyle{unsrt}
  20. \bibliography{references}
  21. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement