paper.tex 398 B

12345678910111213141516171819
  1. \documentclass[10pt, a4paper, twocolumn, notitlepage]{article}
  2. \usepackage[utf8]{inputenc}
  3. \usepackage{lipsum}
  4. \title{\Huge\textbf{Computer Ethics Paper}}
  5. \author{Andrea Gussoni}
  6. %\date{February 2016}
  7. \begin{document}
  8. \maketitle
  9. \include{sections/abstract}
  10. \include{sections/introduction}
  11. \include{sections/sections}
  12. \include{sections/conclusions}
  13. \include{sections/references}
  14. \end{document}