Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{graphicx}
  3.  
  4. begin{document}
  5. input{./title.tex}
  6. table of contents
  7. section{section1}
  8. section{section2}
  9. pagebreak
  10. bibliographystyle{plain}
  11. bibliography{bibfile}
  12. end{document}
  13.  
  14. @article{History,
  15. title={Title},
  16. author={author},
  17. url={url},
  18. year={year},
  19. publisher={publisher}
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement