Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. documentclass[conference]{IEEEtran}
  2. usepackage{lipsum}
  3. title{Some IEEE paper}
  4.  
  5. author{
  6. IEEEauthorblockN{student Studentson, student Studentson, student Studentson}
  7. IEEEauthorblockA{School of Engineering\
  8. England Institute of Technology\
  9. London, England\
  10. (student1, student2, student3) @email.com}\
  11. and
  12. IEEEauthorblockN{Sir. John Doe}
  13. IEEEauthorblockA{School of Engineering\
  14. England Institute of Technology\
  15. London, England\
  16. email@school.com }\
  17. }
  18. begin{document}
  19. maketitle
  20.  
  21.  
  22. begin{abstract}
  23. lipsum[1]
  24. end{abstract}
  25.  
  26. lipsum[2-6]
  27. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement