|
@@ -2,18 +2,23 @@
|
|
|
\usepackage[utf8]{inputenc}
|
|
|
\usepackage{lipsum}
|
|
|
|
|
|
+\begin{document}
|
|
|
+
|
|
|
\title{\Huge\textbf{Computer Ethics Paper}}
|
|
|
\author{Andrea Gussoni}
|
|
|
+\author{
|
|
|
+\alignauthor
|
|
|
+Andrea Gussoni\\
|
|
|
+ \affaddr{Politecnico di Milano}\\
|
|
|
+}
|
|
|
%\date{February 2016}
|
|
|
|
|
|
-\begin{document}
|
|
|
-
|
|
|
\maketitle
|
|
|
|
|
|
-\include{sections/abstract}
|
|
|
-\include{sections/introduction}
|
|
|
-\include{sections/sections}
|
|
|
-\include{sections/conclusions}
|
|
|
-\include{sections/references}
|
|
|
+\input{sections/abstract}
|
|
|
+\input{sections/introduction}
|
|
|
+\input{sections/sections}
|
|
|
+\input{sections/conclusions}
|
|
|
+\input{sections/references}
|
|
|
|
|
|
\end{document}
|