Guest User

Untitled

a guest
Dec 17th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. documentclass[conference]{IEEEtran}
  2.  
  3. begin{document}
  4.  
  5. title{title}
  6.  
  7. author{IEEEauthorblockN{name}
  8. IEEEauthorblockA{adress}
  9.  
  10. maketitle
  11.  
  12. begin{abstract}
  13. abstract goes here
  14. end{abstract}
  15.  
  16. IEEEpeerreviewmaketitle
  17.  
  18. section{Introduction}
  19.  
  20. section{chapter 1}
  21.  
  22. section{Conclusion}
  23. The conclusion goes here.
  24.  
  25. section*{Acknowledgment}
  26.  
  27. nocite{*}
  28. bibliographystyle{IEEEtran}
  29. bibliography{ref}
  30.  
  31. end{document}
Add Comment
Please, Sign In to add comment